String.prototype.match()

0
12KB

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

Pesquisar
Categorias
Leia mais
Software
Working Out apps
Most running apps connect to your running watch or fitness tracker for accurate workout data....
Por FWhoop Xelqua 2023-04-09 18:33:18 0 23KB
Mental Health
Autism Diagnosis: Gradual autism development
Most parents report that the onset of autism features appear within the first or second year of...
Por Kelsey Rodriguez 2023-03-21 15:58:15 0 13KB
Animation
Oshi no Ko: Why you should watch it
Oshi no Ko: What the Hot New Anime is About and Why You Should Watch It“Oshi no Ko”...
Por FWhoop Xelqua 2023-05-07 20:06:55 0 27KB
Marketing and Advertising
What Is Paid User Acquisition?
Paid user acquisition (Paid UA) is the process of acquiring new users through paid advertising...
Por Dacey Rankins 2026-02-26 15:04:13 0 263
Жизненные вопросы
Отец. The Father. (2020)
Энтони уже далеко не молод и живет один в лондонской квартире. Он считает, что прекрасно...
Por Nikolai Pokryshkin 2023-02-05 12:53:46 0 33KB

BigMoney.VIP Powered by Hosting Pokrov