So I am reading in a number from a string.
I need to check if that number is valid.
Invalid examples: "3e343" - "ww3" - "2.2.2" - "33 44" - "fafa" - "+" - "-" - "324+1"
Valid examples: "343" - "-3242" - "+3242"
Thanks!
I need to check if that number is valid.
Invalid examples: "3e343" - "ww3" - "2.2.2" - "33 44" - "fafa" - "+" - "-" - "324+1"
Valid examples: "343" - "-3242" - "+3242"
Thanks!
Comment