Determine if a string is numeric: Difference between revisions

m
added whitespace.
m (added whitespace.)
Line 4:
;Task:
Create a boolean function which takes in a string and tells whether it is a numeric string (floating point and negative numbers included) in the syntax the language uses for numeric literals or numbers converted from strings.
 
 
{{Template:Strings}}