
Is String a Number? (Part II)
You are given a string. Your function should return True if the string is a valid number (contains only digits and "+-." at proper places), otherwise - False. Look at the mask:
[+- ][zero or more digits][.][zero or more digits]
Of course, not all parts are...
You should be an authorized user in order to see the full description and start solving this mission.