Table of Contents

Method ReplaceNext

Namespace
Terminal.Gui.Editor
Assembly
Terminal.Gui.Editor.dll

ReplaceNext(string, bool)

public bool ReplaceNext(string replacement, bool wrapAround = true)

Parameters

replacement string
wrapAround bool

Returns

bool

ReplaceNext(string, string, bool, bool)

public bool ReplaceNext(string searchText, string replacement, bool matchCase = false, bool wrapAround = true)

Parameters

searchText string
replacement string
matchCase bool
wrapAround bool

Returns

bool