Re: [PHP-DOC] pcre.pattern.syntax.php (double-backslash in regex)

2003-10-16 Thread Curt Zirzow
* 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

[PHP-DOC] pcre.pattern.syntax.php (double-backslash in regex)

2003-10-16 Thread Eli Gordon
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