String.prototype.match()

0
6KB

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
Social Issues
12 Years a Slave. (2013)
In the antebellum United States, Solomon Northup, a free black man from upstate New York, is...
Par Leonard Pokrovski 2023-03-22 17:59:44 0 21KB
Телевидение
Прямая трансляция Омск ТВ.
Прямая трансляция Омск и архивные онлайн эфиры. Моя ссылка
Par Nikolai Pokryshkin 2022-10-09 12:45:55 0 18KB
Business
What Are Effective Brainstorming Techniques for Startup Ideas?
Coming up with the right idea is one of the most crucial steps in launching a successful startup....
Par Dacey Rankins 2025-03-24 15:19:06 0 797
Science Fiction and Fantasy
WALL·E (2008)
In the distant future, a small waste-collecting robot inadvertently embarks on a space journey...
Par Leonard Pokrovski 2022-12-15 20:28:27 0 14KB
Gay, Lesbian, and Bisexual
15 Sexual Orientations
Since 1970, in June, the LGBT community around the world has celebrated Pride Month. I think you...
Par FWhoop Xelqua 2022-09-28 10:39:57 0 30KB
image/svg+xml


BigMoney.VIP Powered by Hosting Pokrov