A return value of the RegExp.exec method.

Variables

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.