find-replace-all

The find-replace-all action searches the object's string for the regular expression defined in the match-value and replaces every matching occurrence of that expression with the value supplied in the new value. If the regular expression contains sub-groups, a specific sub-group can be specified to be replaced by adding the syntax [[:n:]] at the end of the expression, where n is the sub-group index (zero-based). When the action is find-replace-all, the comparison-type is ignored and the match-value is always treated as a regular expression.