in reply to Re: really large regex misbehaving - WTF
in thread really large regex misbehaving

My tests agree that this works. Thank you so very much! I will have to learn these extended regex functions better.... Also thanks for the tip on the explain package.

These lookahead functions appear to go beyond the computational power of traditional regular expressions. (At least, I can't think of a way to implement them fully using normal regex's.) I am starting to wonder whether I was trying to literally do the impossible, though I suspect there is a "pure" regex that could do the job.

  • Comment on Re: Re: really large regex misbehaving - WTF

Replies are listed 'Best First'.
Re: Re: Re: really large regex misbehaving - WTF
by japhy (Canon) on May 23, 2001 at 00:50 UTC