Package net.sf.statcvs.util
Class StringUtils
java.lang.Object
net.sf.statcvs.util.StringUtils
- Author:
- xhensevalb
-
Method Summary
-
Method Details
-
isNotEmpty
- Returns:
- true if txt !=null and not empty.
-
listify
helper method to convert a 'delimiter' separated string to a list.- Parameters:
str
- the 'delimiter' separated stringdelimiter
- typically a ','- Returns:
- a list
-
trim
-