[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]

Re: Regular exp negation was Perl expression



Hi Sreangsu

With what you are trying to do this? I think grep/flex/regexp.h/perl  has slightly different syntax for such stuff..

Correct me if I am wrong..

Bye
  Shridhar

sreangsu acharyya wrote:

> On Tue, 9 Jan 2001, Deepak Joglekar wrote:
> >
>
> yeah but isnt that for a single character, I mean "[^a].*" should match
> anything starting without "a". Will this work for a pattern. For instance
> I am searching for the negation of "http" I can put
>
> patern=[^h][^t][^t][^p]
>