You can use filter on the String. `val numbers = m...
# android
a
You can use filter on the String.
val numbers = myString.filter { it.isDigit() }