String.prototype.match()

0
6كيلو بايت

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

البحث
الأقسام
إقرأ المزيد
Healthcare
The Importance of Healthcare: A Vital Pillar for Well-Being
Healthcare is a fundamental aspect of society, playing a critical role in maintaining and...
بواسطة Dacey Rankins 2025-01-20 16:23:19 0 3كيلو بايت
Социальные проблемы
Доктор Стрейнджлав, или Как я научился не волноваться и полюбил атомную бомбу. Dr. Strangelove or: How I Learned to Stop Worrying and Love the Bomb. (1964)
Одержимый мыслью, что коммунисты намереваются украсть у американцев их «бесценные телесные...
بواسطة Nikolai Pokryshkin 2022-12-24 11:18:45 0 18كيلو بايت
Financial Services
Law of demand
Key points The law of demand states that a higher price leads to a lower...
بواسطة Mark Lorenzo 2023-06-26 19:13:43 0 7كيلو بايت
Научная фантастика и фэнтези
Парк Юрского периода - Антология. Jurassic Park - Anthology. (1993-2022) Все фильмы.
Парк юрского периода. (1993)Глава компании «Ин-Ген», профессор Джон Хаммонд, находит...
بواسطة Nikolai Pokryshkin 2023-02-17 12:46:05 0 18كيلو بايت
Mental Health
Psychosis: Neurobiology
Psychosis has been traditionally linked to the overactivity of the neurotransmitter dopamine. In...
بواسطة Kelsey Rodriguez 2023-06-08 18:02:57 0 6كيلو بايت
image/svg+xml


BigMoney.VIP Powered by Hosting Pokrov