Letter class in re

Antoon Pardon antoon.pardon at rece.vub.ac.be
Mon Mar 9 06:23:54 EDT 2015


I am using PLY for a parsing task which uses re for the lexical
analysis. Does anyone
know what regular expression to use for a sequence of letters? There is
a class for alphanumerics but I can't find one for just letters, which I
find odd.

I am using python 3.4

-- 
Antoon Pardon



More information about the Python-list mailing list