Regex: Matching characters, but not digits

Thomas Guettler zopestoller at thomas-guettler.de
Tue Nov 5 07:06:23 EST 2002


Hi!

\w matches characters and digits. But,
how can I match only characters?

This should work for unicode, too

  thomas




More information about the Python-list mailing list