ReplaceTextStrategy.IsRegularExpressionUsed

ReplaceTextStrategy.IsRegularExpressionUsed property

If false, string to find is a simple text. If true, string to find is regular expression.

public bool IsRegularExpressionUsed { get; set; }

See Also