String.prototype.match()

0
12كيلو بايت

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

البحث
الأقسام
إقرأ المزيد
Marketing and Advertising
How Do I Reach an Audience That Doesn’t Know It Needs My Content?
Turning the Unaware Into Engaged, Loyal Customers Through Smart Content Marketing One of the...
بواسطة Dacey Rankins 2025-09-30 15:56:20 0 5كيلو بايت
Marketing and Advertising
What Is Product-Led Customer Acquisition?
Product-led customer acquisition (PLCA) is a growth strategy where the product itself is the...
بواسطة Dacey Rankins 2026-01-20 17:02:27 0 2كيلو بايت
История
Тропы славы. Paths of Glory. (1957)
Действие киноромана развертывается в 1916 году на Западном фронте. Полковник Дэкс командует...
بواسطة Nikolai Pokryshkin 2022-12-16 12:56:36 0 29كيلو بايت
Personal Finance
How Long Does Negative Information Stay on My Credit Report?
How Long Does Negative Information Stay on My Credit Report? Your credit report is one of the...
بواسطة Leonard Pokrovski 2025-10-27 21:09:53 0 6كيلو بايت
Colleges and Universities
The Role of Colleges and Universities in Modern Society
Colleges and universities play a pivotal role in shaping individuals and society as a whole. They...
بواسطة Dacey Rankins 2024-11-04 18:06:38 0 10كيلو بايت

BigMoney.VIP Powered by Hosting Pokrov