string:regex-replace
inbuilt-function
(string:regex-replace str pattern transform-func)
(string:regex-replace str pattern replacement-str)
Compares str to the string or Regex pattern. The number of arguments of
transform-func must be equal to the number of groups in the pattern.
replacement-str may refer to groups as \1, \2, etc.