Replace
Replace(sText AS String, sRegEx AS String, sReplace AS String) AS String
Returns the string <sText> modified with the string
<sReplace> of the regular expression <sRegEx>.
Replace(sText AS String, sRegEx AS String, sReplace AS String) AS String
Returns the string <sText> modified with the string
<sReplace> of the regular expression <sRegEx>.