checking for ASCII character
Andrei
project5 at redrival.net
Thu Nov 13 15:19:19 EST 2003
More information about the Python-list mailing list
Thu Nov 13 15:19:19 EST 2003
- Previous message (by thread): checking for ASCII character
- Next message (by thread): checking for ASCII character
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Daniel wrote on Thu, 13 Nov 2003 19:59:12 -0000: > Hi, is there a way to check if a letter entered is an uppercase ASCII > character? ascii_uppercase in the string module contains all uppercase ASCII chars. Use "if ... in ..." to find out whether your letter is in that constant. -- Yours, Andrei ===== Mail address in header catches spam. Real contact info (decode with rot13): cebwrpg5 at jnanqbb.ay. Fcnz-serr! Cyrnfr qb abg hfr va choyvp cbfgf. V ernq gur yvfg, fb gurer'f ab arrq gb PP.
- Previous message (by thread): checking for ASCII character
- Next message (by thread): checking for ASCII character
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list