Alphabetic equivalent to is numeric?

Change all input characters to uppercase, then check if result of char to number is between 65 and 90.

Ps. Make this function PURE. Also it is not tested, but looks fine. And you can use “for each loop with break”, but that looks ugly imo.