mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
b4a5bba8b8
commit
31a1528ffc
1 changed files with 3 additions and 3 deletions
|
@ -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).
|
||||
|
|
Loading…
Reference in a new issue