StringUtils.split

Differs from String.split() in that it behaves like PHP's explode(): If s is the same string as c, the method returns an array with two elements both containing ""

class StringUtils
static
string[]
split
(
string s
,
char c
)

Meta