splitIgnoreEmpty

public final static List<String> splitIgnoreEmpty(CharSequence $self, Character delimiters)(source)

Splits a string at the given delimiters and returns every substring, which is not empty.