Table of Contents

Method NeedReplaceCurrent

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

NeedReplaceCurrent()

Indicates whether search engine need to replace successfully found and selected text.

public virtual bool NeedReplaceCurrent()

Returns

bool

True is some text is found; otherwise false.

NeedReplaceCurrent(out Match)

Indicates whether search engine need to replace successfully found and selected text.

public virtual bool NeedReplaceCurrent(out Match match)

Parameters

match Match

Receives match if regular expression search successful.

Returns

bool

True is some text is found; otherwise false.