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