StrIsDigit
string
,
needs examples
bool StrIsDigit(str s)
Description
Returns true if
isdigit
applies to all characters in the string.