Re: problem with regexp
Schamil Wackenhut <[email protected]> Wed, 10 Sep 2003 11:54:23 +0200
| Newsgroups | gmane.comp.jakarta.regexp.user |
|---|---|
| Message-ID | <[email protected]> |
* Rui Duarte wrote:
> "\\d{11}([A-HJ-Z][A-Z]|[A-Z][A-SU-Z])"
Alternatively you can use negative lookahead:
\d{11}(?!IT)
--
bashian roulette:
$ ((RANDOM%6)) || rm -rf ~