removeIf

fun String.removeIf(value: String, ignoreCase: Boolean = false, block: (String) -> Boolean): String