* Thus wrote Eli Gordon ([EMAIL PROTECTED]):
>
> According to this doc:
>: if you want to match a backslash, you write "\\".
>
> This does not seem to be the case. In fact, you need three backslashes
> ("\\\"), not just two.
>
The context that the statement is used is describing syntax for
Hello,
I have recently posted a note on pcre.pattern.syntax.php, and I thought
you might be interested to read it, since it discusses a problem that I
feel should be addressed in the PHP docs.
Thank you,
-Eli Gordon
[EMAIL PROTECTED]
-
According to this doc:
: if you want