http://www.php.net/manual/en/pcre.pattern.modifiers.php
<quote>
[...]
s (PCRE_DOTALL)
If this modifier is set, a dot metacharacter in the pattern matches all characters, including newlines. Without it, newlines are excluded. [...]
</quote>
http://www.php.net/manual/en/pcre.pattern.modifiers.php
<quote>
[...]
s (PCRE_DOTALL)
If this modifier is set, a dot metacharacter in the pattern matches all characters, including newlines. Without it, newlines are excluded. [...]
</quote>