String.prototype.match()

0
7K

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
Жизненные вопросы
1+1. The Intouchables. (2011)
Пострадав в результате несчастного случая, богатый аристократ Филипп нанимает в помощники...
Por Nikolai Pokryshkin 2022-12-05 20:58:24 0 35K
Business
Profession PR manager (PR manager)
Who is a PR manager?A PR manager or PR manager (from the English public relations) is a...
Por Dacey Rankins 2024-09-03 19:09:01 0 11K
News and Media
Fashion Bloggers
There are now more channels of information than ever before – we get news from social...
Por FWhoop Xelqua 2022-12-07 15:47:41 0 17K
Science Fiction and Fantasy
The Terminator. (1984)
A human soldier is sent from 2029 to 1984 to stop an almost indestructible cyborg killing...
Por Leonard Pokrovski 2023-04-28 19:18:14 0 21K
Социальные проблемы
Атлетка А: Скандал в американской гимнастике. Athlete A. (2020)
История одного из самых крупных скандалов в профессиональном спорте в США. Врач сборной США по...
Por Nikolai Pokryshkin 2022-10-18 14:10:06 0 24K
image/svg+xml


BigMoney.VIP Powered by Hosting Pokrov