Date: 08/12/00
- Next message: Martin Samesch: "[PHP-DOC] cvs: phpdoc /de/functions regex.xml"
- Previous message: Jouni Ahto: "[PHP-DOC] cvs: phpdoc /hu preface.xml /hu/chapters install.xml intro.xml /hu/language control-structures.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
ronabop Sat Aug 12 13:50:56 2000 EDT
Modified files:
/phpdoc/en/functions regex.xml
Log:
Typos, added text to clarify ereg array.
Index: phpdoc/en/functions/regex.xml
diff -u phpdoc/en/functions/regex.xml:1.10 phpdoc/en/functions/regex.xml:1.11
--- phpdoc/en/functions/regex.xml:1.10 Sat Jun 24 07:11:13 2000
+++ phpdoc/en/functions/regex.xml Sat Aug 12 13:50:55 2000
@@ -93,14 +93,14 @@
</funcprototype>
</funcsynopsis>
<simpara>
- Searchs <parameter>string</parameter> for matches to the regular
+ Searches a <parameter>string</parameter> for matches to the regular
expression given in <parameter>pattern</parameter>.
</simpara>
<simpara>
If matches are found for parenthesized substrings of
<parameter>pattern</parameter> and the function is called with
the third argument <parameter>regs</parameter>, the matches will
- be stored in the elements of
+ be stored in the elements of the array
<parameter>regs</parameter>. $regs[1] will contain the substring
which starts at the first left parenthesis; $regs[2] will contain
the substring starting at the second, and so on. $regs[0] will
- Next message: Martin Samesch: "[PHP-DOC] cvs: phpdoc /de/functions regex.xml"
- Previous message: Jouni Ahto: "[PHP-DOC] cvs: phpdoc /hu preface.xml /hu/chapters install.xml intro.xml /hu/language control-structures.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

