string.rEReplace()
Uses a regular expression (RE) to search a string for a string pattern and replace it with another. The search is case-sensitive.
string.rEReplace( regex=string, substring=string, scope=string )
Returns: String
Uses a regular expression (RE) to search a string for a string pattern and replace it with another. The search is case-sensitive.
string.rEReplace( regex=string, substring=string, scope=string )
Returns: String