3v4l.org

run code in 300+ PHP versions simultaneously
<?php function make_clickable($text) { return preg_replace('@(?<![.*">])\b(?:(?:https?|ftp|file)://|[a-z]\.)[-A-Z0-9+&#/%=~_|$?!:,.]*[A-Z0-9+&#/%=~_|$]@i', '<a href="\0">\0</a>', $text); } $text="PHP-Infos finden sich auf http://www.php.net und zu preg_replace()auf http://www.php.net/manual/de/function.preg-replace.php"; //echo $text; //echo "<br>"; echo autolink($text); ?>

preferences:
41.46 ms | 402 KiB | 5 Q