Table of Contents

Method DoReplace

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

DoReplace(string, string, SearchOptions, Match)

protected DialogResult DoReplace(string text, string replaceWith, SearchOptions options, Match match)

Parameters

text string
replaceWith string
options SearchOptions
match Match

Returns

DialogResult

DoReplace(string, string, SearchOptions, Match, ref bool)

protected virtual DialogResult DoReplace(string text, string replaceWith, SearchOptions options, Match match, ref bool yesToAll)

Parameters

text string
replaceWith string
options SearchOptions
match Match
yesToAll bool

Returns

DialogResult

DoReplace(string, string, SearchOptions, Regex, bool)

protected bool DoReplace(string str, string replaceWith, SearchOptions options, Regex expr, bool silent)

Parameters

str string
replaceWith string
options SearchOptions
expr Regex
silent bool

Returns

bool