replaceCurrent

fun replaceCurrent(replaceText: String): Boolean(source)

Replace the current match with the given text and move to the next match.

Return

true if a replacement was made, false if no current match

Parameters

replaceText

The text to replace with