Strings are immutable in Kotlin, so you cannot “remove” the character from a String. But you can create a new String without that character. This can be done by ...
確定! 回上一頁