Class StringUtils
java.lang.Object
org.pentaho.aggdes.algorithm.util.StringUtils
Utility methods for string manipulation.
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
depunctify
(String name) Converts spaces and punctuation to underscores.
-
Method Details
-
depunctify
Converts spaces and punctuation to underscores.- Parameters:
name
- Column identifier- Returns:
- identifier with punctuation removed
-