Match Object Properties
The Match object provides access to the read-only properties of a regular expression match.
Properties
The first index of the match in the string. |
|
The length of the match. |
|
The match string. |
|
The submatches of the match. |