interface RegExpMatchArray extends Array<string> Private Properties optional index: number The index of the search at which the result was found. optional 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.