Does there any option that preg_match_all ignore line breaking?
I want to get part of html and \r \n not cover by .*? to skip line breaking.
Nadav
Does there any option that preg_match_all ignore \n \r ?
Moderator: General Moderators
Yes, there is. And you can find the description on the page about pcre pattern modifers at http://de3.php.net/manual/en/reference. ... ifiers.php
search for PCRE_DOTALL
search for PCRE_DOTALL