replace abstract method

RulesString replace(
  1. RulesString re,
  2. RulesString sub
)

Replaces all occurrences of substrings matching a regular expression with a user-supplied string.

Implementation

RulesString replace(RulesString re, RulesString sub);