Replaces the first occurrence of a regular expression in the enclosed tokens.
Specify the regular expression that matches the substring to replace.
Specify the replacement string.
The matching instance is replaced by the string specified in the
.For details on creating regular expressions, see:
The pattern option CASE_INSENSITIVE, DOTALL, and UNICODE_CASE are used but can be reversed using the appropriate embedded escapes.