Idiom #137 Check if string contains only digits
Set the boolean b to true if the string s contains only characters in the range '0'..'9', false otherwise.
Set the boolean b to true if the string s contains only characters in the range '0'..'9', false otherwise.