1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for .NET
  4. /
  5. GroupDocs.Parser.Options
  6. /
  7. SearchOptions
  8. /
  9. UseRegularExpression

UseRegularExpression

SearchOptions.UseRegularExpression property

Gets the value that indicates whether a regular expression is used.

public bool UseRegularExpression { get; set; }

Property Value

true if a regular expression is used; otherwise, false.

See Also