MRAB wrote:
> Steve Holden wrote:
>> MRAB wrote:
>>> schickb wrote:
I need a regex that will match strings containing only unicode letter
characters (not including numeric or the _ character). I was surprised
to find the 're' module does not include a special character class for
Steve Holden wrote:
MRAB wrote:
schickb wrote:
I need a regex that will match strings containing only unicode letter
characters (not including numeric or the _ character). I was surprised
to find the 're' module does not include a special character class for
this already (python 2.6). Or did I
MRAB wrote:
> schickb wrote:
>> I need a regex that will match strings containing only unicode letter
>> characters (not including numeric or the _ character). I was surprised
>> to find the 're' module does not include a special character class for
>> this already (python 2.6). Or did I miss somet
schickb wrote:
I need a regex that will match strings containing only unicode letter
characters (not including numeric or the _ character). I was surprised
to find the 're' module does not include a special character class for
this already (python 2.6). Or did I miss something?
It seems like thi
I need a regex that will match strings containing only unicode letter
characters (not including numeric or the _ character). I was surprised
to find the 're' module does not include a special character class for
this already (python 2.6). Or did I miss something?
It seems like this would be a very