Package idare.imagenode.Utilities
Class StringUtils
- java.lang.Object
-
- idare.imagenode.Utilities.StringUtils
-
public class StringUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description StringUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isNumeric(String str)
Test, whether a string is numeric (i.e.
-
-
-
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
-
-