pub fn is_digit(string: &str) -> bool
Expand description

Return true if the string contains 0-9 digits only