public class StringHelper extends Object
| Constructor and Description | 
|---|
| StringHelper() | 
| Modifier and Type | Method and Description | 
|---|---|
| static String[] | tokenizeUnquoted(String s)This method tokenizes a string by space characters, 
 but ignores spaces in quoted parts,that are parts in 
 '' or "". | 
public static String[] tokenizeUnquoted(String s)
s - the string to tokenize