- :logical
numeric?
check if given string is numeric
Parameters
numeric? string :char :string
Returns
Examples
copynumeric? "hello" ; => false numeric? "3.14" ; => true numeric? "18966" ; => true numeric? "123xxy" ; => false
numeric? string :char :string
copynumeric? "hello" ; => false numeric? "3.14" ; => true numeric? "18966" ; => true numeric? "123xxy" ; => false