mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
incorporate user note
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@68351 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e43d662ec6
commit
9f99ea301b
1 changed files with 7 additions and 1 deletions
|
@ -1,10 +1,16 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.69 $ -->
|
||||
<!-- $Revision: 1.70 $ -->
|
||||
<reference id="ref.pcre">
|
||||
<title>Regular Expression Functions (Perl-Compatible)</title>
|
||||
<titleabbrev>PCRE</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
<note>
|
||||
<para>
|
||||
PHP also supports regular expressions using a POSIX-extended syntax
|
||||
using the <link linkend="ref.regex">POSIX-extended regex functions.</link>.
|
||||
</para>
|
||||
</note>
|
||||
<para>
|
||||
The syntax for patterns used in these functions closely resembles
|
||||
Perl. The expression should be enclosed in the delimiters, a
|
||||
|
|
Loading…
Reference in a new issue