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

Αναζήτηση
Κατηγορίες
Διαβάζω περισσότερα
Business
What Is Cold Outreach and How Do I Do It Effectively?
Cold outreach is one of the fastest ways to generate leads, validate an offer, and build a...
από Dacey Rankins 2025-12-17 21:39:59 0 5χλμ.
Business
What Are Real-World Examples of PaaS?
Most discussions about Platform as a Service begin with diagrams. Boxes connected by arrows....
από Dacey Rankins 2026-07-10 09:38:20 0 2χλμ.
Economics
How Is Economic Development Measured?
How Is Economic Development Measured? Economic development refers to the process through which a...
από Leonard Pokrovski 2026-03-16 06:28:55 0 9χλμ.
Business
Understand Company Culture: A Key to Long-Term Success and Satisfaction
When evaluating a job opportunity, candidates often focus on salary, job title, and...
από Dacey Rankins 2025-06-20 17:09:03 0 9χλμ.
Information Services
Information Services: The Backbone of the Digital Economy
In today’s increasingly connected world, information is one of the most valuable assets for...
από Dacey Rankins 2024-11-12 14:42:15 0 14χλμ.

BigMoney.VIP Powered by Hosting Pokrov




google-site-verification=q_0zhvNWwTfwbQ-uEJsvcmUKKbtOWUTgl3H57qDiFrg