Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
s (PCRE_DOTALL)
If this modifier is set, a dot metacharacter in the pattern matches all characters, including newlines. Without it, newlines are excluded. This modifier is equivalent to Perl's /s modifier. A negative class such as [^a] always matches a newline character, independent of the setting of this modifier.
1 to 3 of 3