Replace

Description

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.


Misc

Input InArgument<String> REQUIRED

The string to check.

MatchEvaluator MatchEvaluator

Use this parameter to provide the regex with a custom method to check for matches. Look at MatchEvaluator dedicated page for more informations.

Pattern InArgument<String> REQUIRED

The regular expression.

RegexOption RegexOptions

The regex additional options.

Replacement InArgument<String>

The replacement string.