Commits
Christopher Febles committed ec1199ff81c
Improved split() handling (I think):
String.split for regex and blank separators
For the latter, a blank element is returned in the array: Manually remove.
For single character splits, use Apache StringUtils.split()
For multi character splits, use Apache StringUtils.splitByWholeSeparator()