Table of Contents

Method DoReplaceAll

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

DoReplaceAll(string, string, SearchOptions, Regex, out int)

protected bool DoReplaceAll(string str, string replaceWith, SearchOptions options, Regex expr, out int count)

Parameters

str string
replaceWith string
options SearchOptions
expr Regex
count int

Returns

bool

DoReplaceAll(string, string, SearchOptions, Regex, out int, out bool)

protected bool DoReplaceAll(string str, string replaceWith, SearchOptions options, Regex expr, out int count, out bool abort)

Parameters

str string
replaceWith string
options SearchOptions
expr Regex
count int
abort bool

Returns

bool