cortesi Thu Mar 21 05:17:55 2002 EDT
Modified files:
/phpdoc/en/functions regex.xml
Log:
space instead of tab
Index: phpdoc/en/functions/regex.xml
diff -u phpdoc/en/functions/regex.xml:1.40 phpdoc/en/functions/regex.xml:1.41
--- phpdoc/en/functions/regex.xml:1.40 Thu Mar 21 04:57:26 2002
+++ phpdoc/en/functions/regex.xml Thu Mar 21 05:17:55 2002
@@ -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 @@
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>