RegExpMatchArray$Typings extension
Properties
- first → String
-
Available on RegExpMatchArray, provided by the RegExpMatchArray$Typings extension
The first match. This will always be present becausenull
will be returned if there are no matches.no setter - groups ↔ Object?
-
Available on RegExpMatchArray, provided by the RegExpMatchArray$Typings extension
getter/setter pair - index ↔ num?
-
Available on RegExpMatchArray, provided by the RegExpMatchArray$Typings extension
The index of the search at which the result was found.getter/setter pair - indices ↔ RegExpIndicesArray?
-
Available on RegExpMatchArray, provided by the RegExpMatchArray$Typings extension
getter/setter pair - input ↔ String?
-
Available on RegExpMatchArray, provided by the RegExpMatchArray$Typings extension
A copy of the search string.getter/setter pair