ReplaceOptions.RegexKey

ReplaceOptions.RegexKey property

Indicates whether the searched key is regex. If true then the searched key will be taken as regex.

public bool RegexKey { get; set; }

See Also