Grokbase
Topics Posts Groups | in
x
[ help ]

Re: program to look at char class complements [perl #60156]

View PostFlat  Thread  Threaded | < Prev - Next >
Alberto Simões Re: program to look at char class complements [perl #60156]
| +1 vote
[ Profile | Reply to group ] [ Flat  Thread  Threaded ]
Dr.Ruud wrote:
> demerphq schreef:
>
>> \w should be [A-Za-z_]
>
> ITYM:  [0-9A-Za-z_]
>

for non US/UK folks: [0-9[:alpha:]_]

--
Alberto Simões - Departamento de Informática - Universidade do Minho
Campus de Gualtar - 4710-057 Braga - Portugal

Thread : Re: program to look at char class complements [perl #60156]
1)
karl williamson I don't know if this casts any light on the issue or not, but the attached simple program shows...
2)
Rafael Garcia-Suarez 2008/11/7 demerphq <demerphq@gmail.com>: perltodo says: =head2 UTF-8 revamp The handling of Unicode...
3)
demerphq 2008/11/7 Rafael Garcia-Suarez <rgarciasuarez@gmail.com>: Ok. Cool. So eventually we decide on a...
4)
demerphq 2008/11/7 demerphq <demerphq@gmail.com>: I just applied the following: 34769 on 2008/11/07 by...
5)
karl williamson It would help me to know some of these holes, so I know what to watch for in doing my own coding. >...
6)
Dr.Ruud demerphq schreef: ITYM: [0-9A-Za-z_]...
7)
Alberto Simões for non US/UK folks: [0-9[:alpha:]_]
8)
John W. Krahn ITYM: [[:digit:][:alpha:]_] Or: [[:alnum:]_] John
9)
Dr.Ruud Alberto Simões schreef: That assumes that [[:alpha:]] is equivalent to [A-Za-z]. Thus that both...
10)
demerphq 2008/11/9 Dr.Ruud <rvtol+news@isolution.nl>: In the POSIX locale yes they are. Under use locale...
11)
Dr.Ruud demerphq schreef: Of course, but in what I wrote there was no context such as "the POSIX locale"...
12)
Dr.Ruud demerphq schreef: I don't know exactly which of my above statements you refer to, but from the...
13)
demerphq 2008/11/9 Dr.Ruud <rvtol+news@isolution.nl>: See the bottomish part of...
14)
demerphq 2008/11/8 Dr.Ruud <rvtol+news@isolution.nl>: Yes, that is what I meant. *blush* Yves...
spacer
View PostFlat  Thread  Threaded | < Prev - Next >