Determines if a character is a digit. It returns true for decimal digits only.
the character to be inspected
See Implementation
Determines if a character is a digit. It returns true for decimal digits only.