interface RegExpExecArray
extends Array<string>
Private

Properties

index: number

The index of the search at which the result was found.

input: string

A copy of the search string.

0: string

The first match. This will always be present because null will be returned if there are no matches.