RosettaCodeData/Task/Determine-if-a-string-is-numeric/00-TASK.txt
2023-07-01 13:44:08 -04:00

6 lines
265 B
Text

;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}}
<br><br>