Replaces all matches information that the specified regular expression (Pattern) finds in the specified input string with another pgiven string. You can set some additional options.
The string to check.
Use this parameter to provide the regex with a custom method to check for matches. Look at MatchEvaluator dedicated page for more informations.
The regular expression.
The regex additional options.
The replacement string.