Josep M. Fontana wrote:

Just one more question. You say that \w means alphanumeric, not just
alpha. Is there any expression that would mean "just alpha" and (given
the appropriate LOCALE setting) would match 'a' and 'รถ' but not '9'?

Unfortunately, I don't think there is a standard code for just alpha. Apart from listing all the characters individually, I haven't been able to find a way to get the result you want, but I'll admit I haven't tried that hard. Perhaps somebody with more regex skills can answer?




--
Steven

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to