An activity library that provide activities to use Regex in DocsMarshal. It provides both methods for checking for string matches and methods for performing substitutions within them.
Indicates whether the specified regular expression (Pattern) finds a match in the specified input string. It is possible to set some additional options.
Returns all match information that the specified regular expression (Pattern) finds in the specified input string. You can set some additional options.
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.