String.prototype.match()

0
4KB

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
Business
Who is a Marketing Director, and what do they do?
Who is a CMO and what does he do? A marketing director is a senior manager who is...
Por Dacey Rankins 2024-09-02 19:39:58 0 7KB
Mental Health
ADHD: Behavioural therapies
There is good evidence for the use of behavioural therapies in ADHD. They are the recommended...
Por Kelsey Rodriguez 2023-04-27 17:37:46 0 4KB
Arts, Culture and Entertainment
Searching for Sugar Man (2012)
Two South Africans set out to discover what happened to their unlikely musical hero, the...
Por Leonard Pokrovski 2023-07-10 20:24:48 0 15KB
Телевидение
Страна FM. ТВ онлайн.
Страна FM — это телеканал, трансгранично заполняющий все популярные интернет-площадки! У...
Por Nikolai Pokryshkin 2022-11-13 17:11:52 0 15KB
Социальные проблемы
Афера. The Sting. (1973)
В 1930-е годы двое отпетых мошенников пытаются отомстить главарю мафии за смерть их общего друга...
Por Nikolai Pokryshkin 2023-01-24 08:52:46 0 19KB
image/svg+xml


BigMoney.VIP Powered by Hosting Pokrov