http://qs321.pair.com?node_id=42369


in reply to Re: HTML Matching
in thread HTML Matching

But his regexp does not contain neither ^ nor $, so what good will /m do ?

His choice of character class [^>] matches anything _except_ the '>' character, that includes newlines.

Autark.