Add new methods isNumeric and onlyDigits to String class isNumeric checks if the string can be parsed as a number onlyDigits returns only numerical values from a string
Add new methods isNumeric and onlyDigits to String class
isNumeric checks if the string can be parsed as a number
onlyDigits returns only numerical values from a string