RegExReplace
Returns SourceText with the matching patterns replaced by the replace-text value.
Returns SourceText if no matches are found or the pattern is faulty.
Syntax
Parameters
Name
Type
Required
Description
pattern
text
☑️
The pattern you want to replace.
sourcetext
text
☑️
The text you want to check for patterns to replace.
replacetext
text
☑️
The text you want to replace the pattern with.
Last updated
Was this helpful?