Method DoFind
DoFind(string, SearchOptions, Regex, bool, bool)
Searches for given text within the search engine content with specified options using specified regular expression.
public bool DoFind(string str, SearchOptions options, Regex expression, bool firstSearch, bool silent)
Parameters
str
stringText to find.
options
SearchOptionsRepresents options to search text.
expression
RegexRepresents a regular expression to find text.
firstSearch
boolSpecifies if search is performed the first time.
silent
boolDetermines if no visual feedback is required.
Returns
- bool
True if search succeed; otherwise false.