This class is what is used to return match information from regular expression object
This object is used to provide match information with regular expressions. They are returned from match(), in an array returned from matchAll(), and passed in as the parameters to the closures. It is important to note that when counting captures they start at 0, NOT 1 like backticks.
|
|
|
|
|
|