[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.FindOptions.RegularExpressions

RegularExpressions Property

RegularExpressions

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.

Declaration
public bool RegularExpressions { get; set; }
Public Property RegularExpressions As Boolean