Hacker News new | past | comments | ask | show | jobs | submit login

Just for clarify, split() java function is using regexp for the split as well. The code of String.split() is:

return Pattern.compile(regex).split(this, limit);

The benchmark seems fair to me.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: