string.replace
Syntax
Searches for the occurrence of substring sval in string source, and replaces it with srep. Then returns the new string.
snew - The new string after the replacement (if any).
source - the original string to scan for replacements sval - the value to be replaced srep - the value to replace
string.match.regex
string.replace.regex
9.1.13