Interface representing regex functionality that extends ISGIRegex.
Checks if string matches pattern
Gets first match
Gets all matches
Replaces first match
Replaces all matches
Splits string on pattern
Interface representing regex functionality that extends ISGIRegex.