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