Join Slack
Powered by
You can use filter on the String. `val numbers = m...
# android
a
adam-mcneilly
12/10/2017, 6:54 AM
You can use filter on the String.
val numbers = myString.filter { it.isDigit() }
Open in Slack
Previous
Next