package js.lib
extends Array
import js.lib.RegExp
Available on js
A return value of the RegExp.exec
method.
groups:Null<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.
index:Int
The index of the search at which the result was found.
input:String
A copy of the search string.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/lib/RegExpMatch.html