Tests if all characters in a string are digits. Takes str (string to test). Returns 1 if every character in the string is a digit (0-9), otherwise returns 0.
str
String
; No example implemented yet