in reply to Re: perl regexp question excluding strings
in thread perl regexp question excluding strings

Thanks guys, I'll give both of the idea's a go

The reason I was trying to do it all in one regular expression is because I'm loading my regular expression in from a hash which is built from a configuration file containing different regexp's. A particular regexp is loaded depending on the situation. Looks like I'm going to have to rethink my design...

cheers.

  • Comment on Re^2: perl regexp question excluding strings