[PHP-DOC] cvs: phpdoc /en/functions pcre.xml From: Hojtsy Gabor (goba <email protected>)
Date: 08/21/01

goba Tue Aug 21 09:16:00 2001 EDT

  Modified files:
    /phpdoc/en/functions pcre.xml
  Log:
  Typos corrected, this true word is not the TRUE value :)
  
  
Index: phpdoc/en/functions/pcre.xml
diff -u phpdoc/en/functions/pcre.xml:1.57 phpdoc/en/functions/pcre.xml:1.58
--- phpdoc/en/functions/pcre.xml:1.57 Sun Aug 19 07:47:42 2001
+++ phpdoc/en/functions/pcre.xml Tue Aug 21 09:15:58 2001
@@ -1,5 +1,5 @@
 <?xml encoding="iso-8859-1"?>
-<!-- $Revision: 1.57 $ -->
+<!-- $Revision: 1.58 $ -->
 <reference id="ref.pcre">
   <title>Regular Expression Functions (Perl-Compatible)</title>
   <titleabbrev>PCRE</titleabbrev>
@@ -1594,10 +1594,10 @@
      </para>
     </refsect2>
         <refsect2 id="regexp.reference.circudollar">
- <title>Cicumflex and dollar</title>
+ <title>Circumflex and dollar</title>
      <literallayout>
      Outside a character class, in the default matching mode, the
- circumflex character is an assertion which is &true; only if
+ circumflex character is an assertion which is true only if
      the current matching point is at the start of the subject
      string. Inside a character class, circumflex has an entirely
      different meaning (see below).