replace abstract method
Returns a copy of the string with all instances of a specified substring replaced with the specified replacement string.
Implementation
RulesString replace(RulesString substring, RulesString replacement);
Returns a copy of the string with all instances of a specified substring replaced with the specified replacement string.
RulesString replace(RulesString substring, RulesString replacement);