07-13-2006, 06:59 PM
For carriage return, use \r\n. In macro also can use []. In html, crlf is interpreted as space, so better to use \s+
One thing that may confuse is "multiline" flag or (?m). It just changes behavior of ^ and $ metacharacters.
One thing that may confuse is "multiline" flag or (?m). It just changes behavior of ^ and $ metacharacters.
