irc-html                Mon Jan 21 14:29:23 2002 EDT

  Modified files:              
    /phpdoc/en/functions        pcre.xml 
  Log:
  incorporate user note
  
Index: phpdoc/en/functions/pcre.xml
diff -u phpdoc/en/functions/pcre.xml:1.69 phpdoc/en/functions/pcre.xml:1.70
--- phpdoc/en/functions/pcre.xml:1.69   Mon Jan 21 14:28:39 2002
+++ phpdoc/en/functions/pcre.xml        Mon Jan 21 14:29:22 2002
@@ -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


Reply via email to