| Class | Description | 
|---|---|
| StringCutter | 
 Cut a string in several part with a separator character 
 | 
| StringExtractor | 
 Cut string with separator, like  
StringTokenizer, but in addition it can detect Strings and not cut on them, it can
 also ignore escaped character. | 
| StringExtractorTest | 
 Test of  
StringExtractor | 
| UtilText | 
 Textual utilities 
 | 
| UtilTextTest | 
 Tests of  
UtilText |