remove

fun <T> Array<T?>.remove(index: Int): T?
fun String.remove(toRemove: String): String