Class StringUtils


  • public class StringUtils
    extends Object
    • Constructor Detail

      • StringUtils

        public StringUtils()
    • Method Detail

      • isNumeric

        public static boolean isNumeric​(String str)
        Test, whether a string is numeric (i.e. any decimal (without grouping symbols).
        Parameters:
        str - the String to test
        Returns:
        Whether the supplied string is a number or not