Interface for regular expression operations.
Checks if string matches pattern
Gets first match
Gets all matches
Replaces first match
Replaces all matches
Splits string on pattern
Interface for regular expression operations.