Table of Contents

Method DoFind

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

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 string

Text to find.

options SearchOptions

Represents options to search text.

expression Regex

Represents a regular expression to find text.

firstSearch bool

Specifies if search is performed the first time.

silent bool

Determines if no visual feedback is required.

Returns

bool

True if search succeed; otherwise false.