RegExReplace
Last updated
Was this helpful?
Last updated
Was this helpful?
Returns SourceText with the matching patterns replaced by the replace-text value.
Returns SourceText if no matches are found or the pattern is faulty.
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.