Class RegexSearchOptions
Options for regular expression search.
public sealed class RegexSearchOptions
- Inheritance
-
RegexSearchOptions
- Inherited Members
Properties
- ContextChars
Number of characters of context to include before and after the match in the snippet.
- MaxResults
Maximum number of matches to return.
- RegexOptions
Regex options; default enables case-insensitive and compiled execution.