public interface IRegexSearchable
Provides the functionality to search a text with regular expressions.
Modifier and Type | Method and Description |
---|---|
void |
searchWithRegex(String expression,
ISearchHandler handler,
RegexSearchOptions searchOptions)
Searches the expression.
|
void searchWithRegex(String expression, ISearchHandler handler, RegexSearchOptions searchOptions)
Searches the expression.
expression
- A regular expression.handler
- An instance of the search handler.searchOptions
- Options for searching.Copyright © 2018. All rights reserved.