Commits
Christopher Febles committed e8913f2630f
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()