Malcolm
January 24th, 2004, 04:33
I'm wondering if someone can point me to a nice tutorial on escape characters that would help me understand something like:
preg_match('#\s*(\[list(=("|"|\'|)([^\]]*)\\3)?\](.*)\[/list(=\\3\\4\\5)?\])\s*#si', $getList, $regs);
The kind of escape characters used in PHP/Shell scripting/Perl and the like.
Thanks :)
preg_match('#\s*(\[list(=("|"|\'|)([^\]]*)\\3)?\](.*)\[/list(=\\3\\4\\5)?\])\s*#si', $getList, $regs);
The kind of escape characters used in PHP/Shell scripting/Perl and the like.
Thanks :)