Typos corrected, this true word is not the TRUE value :)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@55660 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Gabor Hojtsy 2001-08-21 13:15:58 +00:00
parent b4a5bba8b8
commit 31a1528ffc

View file

@ -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 @@ $fl_array = preg_grep ("/^(\d+)?\.\d+$/", $array);
</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).