public final class StringUtil extends Object
public static String[] split(String value, char delim)
String
with the specified delimiter. This operation is a simplified and optimized
version of String.split(String)
.Copyright © 2013. All Rights Reserved.