Method DoReplace
- Namespace
- Alternet.Editor.Wpf
- Assembly
- Alternet.Editor.Wpf.v10.dll
DoReplace(string, string, SearchOptions, Match)
protected MessageBoxResult DoReplace(string text, string replaceWith, SearchOptions options, Match match)
Parameters
text string
replaceWith string
options SearchOptions
match Match
Returns
- MessageBoxResult
DoReplace(string, string, SearchOptions, Match, ref bool)
protected virtual MessageBoxResult DoReplace(string text, string replaceWith, SearchOptions options, Match match, ref bool yesToAll)
Parameters
text string
replaceWith string
options SearchOptions
match Match
yesToAll bool
Returns
- MessageBoxResult
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