public class StringHelper extends Object
| Constructor | Description |
|---|---|
StringHelper() |
| Modifier and Type | Method | 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