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

Site içinde arama yapın
Kategoriler
Read More
Business
Why Do I Want to Start a Business?
Starting a business is a big decision—one that involves time, effort, and often a...
By Dacey Rankins 2025-02-05 15:53:48 0 6K
Business
Employee Motivation: Trends, Science, Practice, Assessment
Employee Motivation: Trends, Science, Practice, AssessmentMaterial and Non-Material Incentives...
By Leonard Pokrovski 2024-08-11 16:05:13 0 14K
Business
What is the Best Business Planning Software?
When it comes to starting a new business or refining an existing one, creating a comprehensive...
By Dacey Rankins 2024-12-19 15:04:14 0 8K
Senses
Understanding Health Senses: The Connection Between Our Senses and Well-being
Our senses—sight, hearing, touch, taste, and smell—are fundamental to how we...
By Dacey Rankins 2024-12-09 13:47:52 0 4K
Business
How Do I Register a Business?
Registering a business is a vital step in turning your idea into a legitimate, operating entity....
By Dacey Rankins 2025-04-30 12:49:49 0 2K
image/svg+xml


BigMoney.VIP Powered by Hosting Pokrov