Rob Coops wrote:
What the (?<!Victoria) bit does is nothing at first the & gets matched and
then the (?<!Victoria) bit kicks in and checks to see if the string
Victoriais not (thats the !'s doing use and = to require it) infront
of the &.
Thank you so much,

Regards
Brent

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to