Hi, I'm matching html using regex and use something like this to grab a chunk of text up to the next html tag:
<font>([^<]+)</font> But I'd like to say "match everything that does not include the string <br>" rather than "match everything that does not include a "<" character. Anyone got any suggestions? Thanks, Mark -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>