remove

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

Returns a new string obtained by removing all occurrences of the value substring in this string


fun String.remove(vararg values: String, ignoreCase: Boolean = false): String