On Sat, May 17, 2008 at 8:26 PM, Dev Null <[EMAIL PROTECTED]> wrote: > Lately the PHP Docs have changed and lot of information was removed to > make it clean. > > This is really not working ! I have to hunt on the net to get the > additional infromation which has gone missing - it was previously > present in the docs. > > eg : the format for regular expressions > > http://in.php.net/regex > > Previously the entire format along with the regexp syntax ha s been > removed ! This really sux !!
I think you are looking at the wrong extension, aren't you looking for: http://php.net/pcre.pattern ? -Hannes
