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
strstringText to find.
optionsSearchOptionsRepresents options to search text.
expressionRegexRepresents a regular expression to find text.
firstSearchboolSpecifies if search is performed the first time.
silentboolDetermines if no visual feedback is required.
Returns
- bool
True if search succeed; otherwise false.