From 7f17fe8de61ac50a915ecf7c2a762765449d03f3 Mon Sep 17 00:00:00 2001 From: Simone Cortesi Date: Thu, 21 Mar 2002 10:17:55 +0000 Subject: [PATCH] space instead of tab git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@74417 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/regex.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/functions/regex.xml b/functions/regex.xml index b361e2041d..1daab17da6 100644 --- a/functions/regex.xml +++ b/functions/regex.xml @@ -1,5 +1,5 @@ - + Regular Expression Functions (POSIX Extended) Regexps @@ -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. - - - Up to (and including) PHP 4.1.0 $regs 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 ereg's ability to match more - substrings. If no matches are found, $regs - will not be altered by ereg. - - - + + + Up to (and including) PHP 4.1.0 $regs 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 ereg's ability to match more + substrings. If no matches are found, $regs + will not be altered by ereg. + + + Searching is case sensitive.