remove

fun String.remove(value: String, ignoreCase: Boolean = false): String(source)

Remove an arbitrary string from a string, as many times as it is found.