Strings Php

$url = "rntsoft (http://www.rntsoft.com)";
$url = ereg_replace("http://([a-zA-Z0-9./-]+)([a-zA-Z/]+)", "\\0", $url);
print $url; 
?>