replace abstract method
Replaces all occurrences of substrings matching a regular expression with a user-supplied string.
Implementation
RulesString replace(RulesString re, RulesString sub);
Replaces all occurrences of substrings matching a regular expression with a user-supplied string.
RulesString replace(RulesString re, RulesString sub);