Join Slack
Powered by
~`val result = "Foo, Bar, , ".split(", ".toRegex()...
# random
k
karelpeeters
08/01/2018, 2:10 PM
val result = "Foo, Bar, , ".split(", ".toRegex()).toTypedArray()
doesn't output the empty strings either, so I don't know what's up with it.
2
Views
Open in Slack
Previous
Next