Quote:
Originally Posted by Dismounted
You need to add a PCRE modifier for it to count new lines as well. IIRC, the modifier is m. However, you should still be using vBulletin's method of detecting quotes, as it does not use costly regex functions.
|
it says that if there are no start-of-line (^) or end-of-line ($) modifiers, then 'm' has no effect:
http://us2.php.net/pcre.pattern.modifiers