Description
I added two methods I found helpful.
public static String[] splitByWholeSeparatorPreserveAllTokens(String str, String separator, int max)
public static String[] splitByWholeSeparatorPreserveAllTokens(String str, String separator)
I added two methods I found helpful.
public static String[] splitByWholeSeparatorPreserveAllTokens(String str, String separator, int max)
public static String[] splitByWholeSeparatorPreserveAllTokens(String str, String separator)