Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #5326 > unrolled thread

Re: Regular Expression for words (with umlauts, without numbers)

Started byVlastimil Brom <vlastimil.brom@gmail.com>
First post2011-05-14 01:30 +0200
Last post2011-05-14 01:30 +0200
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Regular Expression for words (with umlauts, without numbers) Vlastimil Brom <vlastimil.brom@gmail.com> - 2011-05-14 01:30 +0200

#5326 — Re: Regular Expression for words (with umlauts, without numbers)

FromVlastimil Brom <vlastimil.brom@gmail.com>
Date2011-05-14 01:30 +0200
SubjectRe: Regular Expression for words (with umlauts, without numbers)
Message-ID<mailman.1529.1305329405.9059.python-list@python.org>
2011/5/13 MRAB <python@mrabarnett.plus.com>:
> The latest release is here:
>
>    http://pypi.python.org/pypi/regex
> --
Wow, set operators were added recently ...
https://code.google.com/p/mrab-regex-hg/wiki/GeneralDetails
ok, it might be not necassary to sove this exact problem with respect
to the solutions already mentioned, but I quite like this extra
possibilities,
anyway, the double negation [^\W] is not needed here:

(?u)[\w--\d]

Thank you very much for this excellent library!
   vbr

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web