I have many numerbers (see below) and want to check if they have only nubers or numbers and letters.
Example:
6060301258 - True
8052240122 - True
A86-V071B001 - False
C86-W050E001 - False
I want to use it for an if condition so true is then and false is else.
Hope you can help me out
Thanks