Is there a nice/slick way of checking if a String ...
# announcements
j
Is there a nice/slick way of checking if a String is a number (without throwing an exception)? (I'm currently using Apache NumberUtils.isNumber(myText))