space instead of tab

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@74417 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Simone Cortesi 2002-03-21 10:17:55 +00:00
parent a3ef6a1901
commit 7f17fe8de6

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.40 $ -->
<!-- $Revision: 1.41 $ -->
<reference id="ref.regex">
<title>Regular Expression Functions (POSIX Extended)</title>
<titleabbrev>Regexps</titleabbrev>
@ -125,17 +125,17 @@ $string = ereg_replace ("\n", "", $string);
the substring starting at the second, and so on. $regs[0] will
contain a copy of the complete string matched.
</simpara>
<note>
<simpara>
Up to (and including) PHP 4.1.0 <literal>$regs</literal> will be
filled with exactly ten elements, even though more or fewer than
ten parenthesized substrings may actually have matched. This has
no effect on <function>ereg</function>'s ability to match more
substrings. If no matches are found, <literal>$regs</literal>
will not be altered by <function>ereg</function>.
</simpara>
</note>
<simpara>
<note>
<simpara>
Up to (and including) PHP 4.1.0 <literal>$regs</literal> will be
filled with exactly ten elements, even though more or fewer than
ten parenthesized substrings may actually have matched. This has
no effect on <function>ereg</function>'s ability to match more
substrings. If no matches are found, <literal>$regs</literal>
will not be altered by <function>ereg</function>.
</simpara>
</note>
<simpara>
Searching is case sensitive.
</simpara>
<simpara>