RegEx.Replace Method
Finds SearchPattern in Target, Replaces the contents of SearchPattern with ReplacementPattern. Returns the resulting string.
Syntax
RegEx.Replace [TargetString], [SearchStartPosition]
Parameters | |
TargetString (Optional) |
|
SearchStartPosition (Optional) |
Replace can take the optional parameters shown at left. Returns a String.