Determine if a string is numeric: Difference between revisions

m
Line 1:
{{task|Text processing}} [[Category:Simple]]
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.
 
Anonymous user