Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

How to check if a string is numeric

String value = 12345
StringUtils.isNumeric(value)  //returns true
Source by commons.apache.org #
 
PREVIOUS NEXT
Tagged: #How #check #string #numeric
ADD COMMENT
Topic
Name
3+3 =