Table of Contents

Method SearchCycled

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

SearchCycled(string, SearchOptions, Regex, bool)

Performs cycled search.

public bool SearchCycled(string str, SearchOptions options, Regex expression, bool silent)

Parameters

str string

Text being found.

options SearchOptions

Represents options to search text.

expression Regex

Represents a regular expression to find text.

silent bool

Specifies if no visual feedback is required.

Returns

bool