Class StringCleaning


  • public class StringCleaning
    extends Object
    • Method Detail

      • stripPunct

        public static String stripPunct​(String base)
        Removes ASCII punctuation marks, which are: 0123456789.:,"'()[]|/?!;
        Parameters:
        base - the base string
        Returns:
        the cleaned string