String.prototype.match()

0
5χλμ.

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]().

Αναζήτηση
Κατηγορίες
Διαβάζω περισσότερα
Chemistry
10 interesting facts about chemistry
For many, weekdays are almost monotonous: home, work, home ... And often this drives people into...
από FWhoop Xelqua 2022-11-24 13:54:18 0 21χλμ.
Consultants
20 ways to attract visitors to the site through your personal link!
How to attract visitors to the site through your personal link? This question is asked by almost...
από Nikolai Pokryshkin 2022-08-14 22:31:09 0 32χλμ.
Basketball
Basketball
Basketball is a globally beloved sport that combines athleticism, strategy, and teamwork into an...
από Leonard Pokrovski 2024-06-15 22:57:15 0 21χλμ.
Television
LiveNOW from FOX Live TV USA
Raw & unfiltered news. Watch a non-stop stream of breaking news, live events and stories...
από Nikolai Pokryshkin 2022-09-03 09:37:06 0 25χλμ.
История
Гладиатор. Gladiator. (2000)
В великой Римской империи не было военачальника, равного генералу Максимусу. Непобедимые легионы,...
από Nikolai Pokryshkin 2022-11-28 20:46:11 0 23χλμ.
image/svg+xml


BigMoney.VIP Powered by Hosting Pokrov