Regular Expression Question
From: Geoff Robinson (geoffr2_at_aol.com)
Date: 11/21/03
- Previous message: FrankMCook: "Re: HTML::parser"
- Next in thread: dw: "Re: Regular Expression Question"
- Reply: dw: "Re: Regular Expression Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 21 Nov 2003 10:12:46 -0800
Hello,
I need a regular expression that will match all files which aren't of
two extensions. Basicly I need it to mean not *.a nor *.csv.
The best I can come up with based on books and online sources is
[^[*.m][*.csv]] but that doesn't look quite right.
Does anyone know what the proper regular expression is?
thanks for any help in advance,
Geoff
- Previous message: FrankMCook: "Re: HTML::parser"
- Next in thread: dw: "Re: Regular Expression Question"
- Reply: dw: "Re: Regular Expression Question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|