Syntax REGEX_REPLACE(text, regex, replacement)Examples Example 1Input{ "my_action": { "message": "hello hello!" } }FormulaREGEX_REPLACE(my_action.message, "hw+", "goodbye")Output"goodbye goodbye!"