Table of Contents

Method ReplaceAll

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

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

protected virtual bool ReplaceAll(string text, string replaceWith, SearchOptions options, Regex expression, out int count)

Parameters

text string
replaceWith string
options SearchOptions
expression Regex
count int

Returns

bool