Package org.codehaus.groovy.tools
Class StringHelper
java.lang.Object
org.codehaus.groovy.tools.StringHelper
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic String[]This method tokenizes a string by space characters, but ignores spaces in quoted parts,that are parts in '' or "".
- 
Constructor Details- 
StringHelperpublic StringHelper()
 
- 
- 
Method Details- 
tokenizeUnquotedThis method tokenizes a string by space characters, but ignores spaces in quoted parts,that are parts in '' or "". The method allows the usage of "" in '' and '' in "". The space character between tokens is not returned.- Parameters:
- s- the string to tokenize
- Returns:
- the tokens
 
 
-