replaceAll

fun replaceAll(replaceText: String): Int(source)

Replace all matches with the given text.

Return

The number of replacements made

Parameters

replaceText

The text to replace with