[]
Gets or sets a value indicating whether the search should use regular expressions. If true, the search pattern represents a .NET regular expression (see System.Text.RegularExpressions.Regex for details).
The default is false.
public bool RegularExpressions { get; set; }
Public Property RegularExpressions As Boolean