string.match.regex
Syntax
Returns the results of matching the regular expression sreg against the string source.
smatch - The match of the regular expression.
source - The string to match the regular expression against. sreg - The regular expression being matched against.
string.lower
string.replace
9.1.13