Splits a string str into fields using pattern as the separator, which may be either a string or a regular expression. If pattern is not specified, then the regular expression \s+ is used to split on ...
For the past several months, I have been somewhat of a Groovy evangelist and have been touting the virtues of Groovy to Java developer colleagues. Recently, a colleague asked if Groovy has a slick way ...
This is a very small library and only contains a handful of functions. Splitting a String with a supplied separator. By default, the Java String.split function is regex based, as a general rule, I ...