&reftitle.examples; Regular Expression Examples tag at the beginning of $string. $string = ereg_replace("^", "
", $string); // Put a
tag at the end of $string. $string = ereg_replace("$", "
", $string); // Get rid of any newline characters in $string. $string = ereg_replace("\n", "", $string); ?> ]]>