isdigitisletter
Returns '1' (True) if the first character within the variable is a numeric digit (0-9). Otherwise, a '0' (False) is returned. Also, returns a '1' if the first character within the variable is a letter of the alphabet (A-Z, a-z). Otherwise a '0' is returned.