From 31a1528ffcf52b28594e0e8a696afaeb4aaaba50 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Tue, 21 Aug 2001 13:15:58 +0000 Subject: [PATCH] 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 --- functions/pcre.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/functions/pcre.xml b/functions/pcre.xml index fa28063334..c935b12df1 100644 --- a/functions/pcre.xml +++ b/functions/pcre.xml @@ -1,5 +1,5 @@ - + Regular Expression Functions (Perl-Compatible) PCRE @@ -1594,10 +1594,10 @@ $fl_array = preg_grep ("/^(\d+)?\.\d+$/", $array); - Cicumflex and dollar + Circumflex and dollar 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).