Is num
IS_NUM¶
| Type Function | BOOL |
| Input STR | STRING (String input) |
| Output | BOOL (TRUE if STR does not contain capital letters) |
| IS_NUM tests whether the string STR contains only numbers. If another character is found the function returns FALSE. If in STR are only numbers included, the function returns TRUE. Numbers are the character 0..9. |
