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
Mental Health
Autism Spectrum: Alternative medicine
A multitude of researched alternative therapies have also been implemented. Many have resulted in...
Por Kelsey Rodriguez 2023-03-17 18:19:08 0 15KB
Социальные проблемы
Довод. Tenet. (2020)
После теракта в киевском оперном театре агент ЦРУ объединяется с британской разведкой, чтобы...
Por Nikolai Pokryshkin 2022-10-15 22:43:39 0 37KB
Human Resources
What Is Offshoring?
In an increasingly globalized world, businesses are constantly seeking ways to improve...
Por Dacey Rankins 2026-03-27 17:59:03 0 2KB
Institutions
TOP 15 Research Universities
The world was built as the product of intensive research. Most of the world's stunning...
Por FWhoop Xelqua 2022-12-11 15:49:25 0 21KB
Multi-Sports
Embracing the Benefits of Multi-Sport Participation
In the world of athletics, the concept of specializing in a single sport from a young age has...
Por Dacey Rankins 2024-07-02 17:05:00 0 20KB

BigMoney.VIP Powered by Hosting Pokrov