Convenience method to replace all occurrences of matching patterns with some other string.
The string to replace things in.
The regular expression to use to match.
The thing to replace each match with.
The string with all matches replaced.
See Implementation
Convenience method to replace all occurrences of matching patterns with some other string.