Table of Contents

Method ReplaceCurrent

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

ReplaceCurrent(string, SearchOptions, Match)

When implemented by a class, replaces currently selected text.

bool ReplaceCurrent(string replaceWith, SearchOptions options, Match match)

Parameters

replaceWith string

Text to replace.

options SearchOptions

Specifies parameters of search and replace.

match Match

Represents Match object if regular expression search successful.

Returns

bool

True if succeed; otherwise false.