mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
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:
parent
d4d25c84c2
commit
7542a24701
1 changed files with 4 additions and 2 deletions
|
@ -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 <> 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>
|
||||
|
|
Loading…
Reference in a new issue