<@U0BDMQTHS> As far as I know, there's only indexO...
# stdlib
c
@mikehearn As far as I know, there's only indexOf, which returns only one index. It also does naive string matching (at least in OpenJDK 8). I'm currently preparing the pull request, just need to write some tests first.