RegexRedaction

RegexRedaction(string, ReplacementOptions)

Initializes a new instance of RegexRedaction class.

public RegexRedaction(string pattern, ReplacementOptions options)
Parameter Type Description
pattern String Regular expression to search and replace
options ReplacementOptions Replacement options (textual, color)

See Also


RegexRedaction(Regex, ReplacementOptions)

Initializes a new instance of RegexRedaction class.

public RegexRedaction(Regex regex, ReplacementOptions options)
Parameter Type Description
regex Regex Regular expression to search and replace
options ReplacementOptions Replacement options (textual, color)

See Also