Table of Contents

Method DoFind

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

DoFind(string, SearchOptions, Regex, bool, bool)

Searches for all occurrences of given text within current ISearch 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

Specifies if no visual feedback is required.

Returns

bool

True if search succeed; otherwise false.