Replaces all occurrences of a regular expression in the enclosed tokens.
Specify the regular expression that matches the substring to be replaced.
Specify the replacement string.
For details on creating regular expressions, see:
The pattern options CASE_INSENSITIVE, DOTALL, and UNICODE_CASE are used but can be reversed by using the appropriate embedded escapes.