From e8c85ca00c82de58aae69ba8b203b0ce7b08d19d Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Thu, 17 Apr 2003 12:17:50 +0000 Subject: [PATCH] Fixed typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@123748 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/regex/reference.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/reference/regex/reference.xml b/reference/regex/reference.xml index a8d8d4f4ef..c7dd578114 100644 --- a/reference/regex/reference.xml +++ b/reference/regex/reference.xml @@ -1,5 +1,5 @@ - + Regular Expression Functions (POSIX Extended) Regexps @@ -85,11 +85,11 @@ ", $string); /* Put a
tag at the beginning of $string. */ $string = ereg_replace ("$", "
", $string); -/* Put a
; tag at the end of $string. */ +/* Put a
tag at the end of $string. */ $string = ereg_replace ("\n", "", $string); /* Get rid of any newline