Several regular expressions were using ".*" without "DOTALL" mode, and
hence were unable to cope with the newlines that may occur in HTML attributes. This caused sustitution of "str:foo\nbar" to insert "foo", omitting "\nbar".
Showing
Please register or sign in to comment