RegexRedaction

RegexRedaction(string, ReplacementOptions)

RegexRedaction クラスの新しいインスタンスを初期化します。

public RegexRedaction(string pattern, ReplacementOptions options)
パラメータ タイプ 説明
pattern String 検索して置換する正規表現
options ReplacementOptions 交換オプション (テキスト、色)

関連項目


RegexRedaction(Regex, ReplacementOptions)

RegexRedaction クラスの新しいインスタンスを初期化します。

public RegexRedaction(Regex regex, ReplacementOptions options)
パラメータ タイプ 説明
regex Regex 検索して置換する正規表現
options ReplacementOptions 交換オプション (テキスト、色)

関連項目