pattern syntax and modifiers back under table of contents

(thanks to dave)


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@152840 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Kenneth Schwartz 2004-03-03 04:20:35 +00:00
parent d4d25c84c2
commit 7542a24701

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.9 $ -->
<!-- $Revision: 1.10 $ -->
<reference id="ref.pcre">
<title>Regular Expression Functions (Perl-Compatible)</title>
<titleabbrev>PCRE</titleabbrev>
@ -15,7 +15,7 @@
the delimiter character has to be used in the expression itself,
it needs to be escaped by backslash. Since PHP 4.0.4, you can also use
Perl-style (), {}, [], and &lt;&gt; matching delimiters.
See <link linkend="pcre.pattern.modifiers">Pattern Syntax</link>
See <link linkend="pcre.pattern.syntax">Pattern Syntax</link>
for detailed explanation.
</para>
<para>
@ -97,6 +97,8 @@
</section>
</partintro>
&reference.pcre.pcre.pattern.modifiers;
&reference.pcre.pcre.pattern.syntax;
&reference.pcre.functions;
</reference>