mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
move bracket delimiters paragraph up a bit
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@334408 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
37587bd013
commit
9284ca6f8a
1 changed files with 12 additions and 12 deletions
|
@ -44,6 +44,18 @@
|
|||
#^[^0-9]$#
|
||||
+php+
|
||||
%[a-zA-Z0-9_-]%
|
||||
]]>
|
||||
</programlisting>
|
||||
</informalexample>
|
||||
</para>
|
||||
<para>
|
||||
In addition to the aforementioned delimiters, it is also possible to use
|
||||
bracket style delimiters where the opening and closing brackets are the
|
||||
starting and ending delimiter, respectively.
|
||||
<informalexample>
|
||||
<programlisting>
|
||||
<![CDATA[
|
||||
{this is a pattern}
|
||||
]]>
|
||||
</programlisting>
|
||||
</informalexample>
|
||||
|
@ -65,18 +77,6 @@
|
|||
for injection into a pattern and its optional second parameter may be used
|
||||
to specify the delimiter to be escaped.
|
||||
</para>
|
||||
<para>
|
||||
In addition to the aforementioned delimiters, it is also possible to use
|
||||
bracket style delimiters where the opening and closing brackets are the
|
||||
starting and ending delimiter, respectively.
|
||||
<informalexample>
|
||||
<programlisting>
|
||||
<![CDATA[
|
||||
{this is a pattern}
|
||||
]]>
|
||||
</programlisting>
|
||||
</informalexample>
|
||||
</para>
|
||||
<para>
|
||||
You may add <link linkend="reference.pcre.pattern.modifiers">pattern
|
||||
modifiers</link> after the ending delimiter. The following is an example
|
||||
|
|
Loading…
Reference in a new issue