Join Slack
Powered by
<@U2B782R89> `fun String.indices() = ".".toRegex()...
# announcements
a
andrii.dzhyrma
09/26/2016, 8:55 AM
@tbieniek
fun String.indices() = ".".toRegex().findAll(this).map { it.range.first }
2
Views
Open in Slack
Previous
Next