Checks whether a given string input is a number or not.
The string input to validate.
True if the input is a valid number, false otherwise.
See Implementation
Checks whether a given string input is a number or not.