String.prototype.match()

0
11KB

A regular expression object, or any object that has a Symbol.match method.

If regexp is not a RegExp object and does not have a Symbol.match method, it is implicitly converted to a RegExp by using new RegExp(regexp).

If you don't give any parameter and use the match() method directly, you will get an Array with an empty string: [""], because this is equivalent to match(/(?:)/).

Return value

An Array whose contents depend on the presence or absence of the global (g) flag, or null if no matches are found.

  • If the g flag is used, all results matching the complete regular expression will be returned, but capturing groups are not included.
  • If the g flag is not used, only the first complete match and its related capturing groups are returned. In this case, match() will return the same result as RegExp.prototype.exec() (an array with some extra properties).

Description

The implementation of String.prototype.match itself is very simple — it simply calls the Symbol.match method of the argument with the string as the first parameter. The actual implementation comes from RegExp.prototype[@@match]().

For more information about the semantics of match() when a regex is passed, see RegExp.prototype[@@match]().

Rechercher
Catégories
Lire la suite
Marketing and Advertising
Common Mistakes to Avoid When Storytelling in Marketing
Storytelling has become one of the most powerful tools in modern marketing — a bridge...
Par Dacey Rankins 2025-11-04 19:17:22 0 1KB
Business
Conversion Rate Optimization (CRO)
In the digital age, businesses often obsess over generating more traffic—spending heavily...
Par Dacey Rankins 2025-09-10 13:12:38 0 4KB
Business
How Transparent Are Startup CEOs with Their Teams?
Transparency is more than a leadership buzzword—it’s a defining trait of effective...
Par Dacey Rankins 2025-05-02 15:04:20 0 8KB
Телевидение
Прямой эфир АСТВ. ТВ онлайн. Сахалин.
Официальный канал медиахолдинга «АСТВ». Круглосуточное теле-вещание. Смотрите...
Par Nikolai Pokryshkin 2022-10-17 11:54:27 0 27KB
Business
What is a business model?
A business model is a crucial component of any company, whether it's a startup or an established...
Par Dacey Rankins 2025-01-09 15:23:12 0 11KB

BigMoney.VIP Powered by Hosting Pokrov