> if
> . matches any character except newline (by default)
> then
> what can i use to match any character INCLUDING newline?
Use an 's' modifier.
Quote: If this modifier is set, a dot metacharacter in the pattern
matches all characters, including newlines. Without it, newlines are
excluded. This
I will be quick.
if
. matches any character except newline (by default)
then
what can i use to match any character INCLUDING newline?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
2 matches
Mail list logo