RegExpMatch
Array → js.lib.RegExpMatch (extern class)
A return value of the RegExp.exec
method.
Instance Members
index: Int
The index of the search at which the result was found.
input: String
A copy of the search string.
groups: Null<haxe.DynamicAccess<String>>
Named capturing groups or undefined if no named capturing groups were defined. See Groups and Ranges for more information.
Note: Not all browsers support this feature; refer to the compatibility table.