Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
multiline help
#2
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.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)