Return submatch with the given index.
0 returns whole match, index > 0 returns submatch of bracket #index
Slice of input for the requested submatch, or null if no such submatch exists.
See Implementation
Return submatch with the given index.