Check whether this string is a valid decimal string.
Valid decimal strings must be 16 characters or fewer, and contain only
characters from a limited set.
- Parameters:
s (str) – String to test.
- Returns:
True if the string is a valid decimal string. Otherwise False.
- Return type:
bool