Replace
Replace(sText AS String, sRegEx AS String, sReplace AS String) AS String
Returns the string <sText> modified with the string <sReplace> according to the replacement rules 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> according to the replacement rules of the regular expression <sRegEx>.