Syntax
REPLACEALL(<string>; <string with regular expression>[; <string with replacement>])
Description
...
Datameer X tries to match the entire record without automatically adding ^ or $ to the regular expression. But if the record has multiple lines, then this must be accounted for with (?s) or line terminators.
...
With the Formula Bar, if you are writing regular expressions, you need to include an extra backslash (\) between each expression. This extra backslash between expressions is due to Datameer X using the backslash as an escape character.
...