RegExpMatchArray$Typings extension

on

Properties

first String
The first match. This will always be present because null will be returned if there are no matches.
no setter
groups Object?
getter/setter pair
index num?
The index of the search at which the result was found.
getter/setter pair
indices RegExpIndicesArray?
getter/setter pair
input String?
A copy of the search string.
getter/setter pair