Jump to content

Determine if a string is numeric: Difference between revisions

m (→‎[[Java]]: catch NumberFormatException instead of Exception)
Line 156:
if Numeric===value
...
 
==[[Scheme]]==
[[Category:Scheme]]
 
<tt>number?</tt> is a standard R5RS scheme predicate
(define is-numeric? number?)
 
==[[Visual Basic .NET]]==
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.