Table of Contents

Method FindText

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

FindText(string, string, SearchOptions, Regex, out ISearch)

Searches text by specified parameters.

public virtual bool FindText(string fileName, string text, SearchOptions options, Regex expression, out ISearch search)

Parameters

fileName string

Name of the file where should find text.

text string

Text to find.

options SearchOptions

Search options.

expression Regex

Regular expression to find text.

search ISearch

Receives an ISearch object corresponding to file where search was performed.

Returns

bool

True if succeed; otherwise false.