3v4l.org

run code in 300+ PHP versions simultaneously
<?php $txt = 'hello world<br />#helloworld<br />some more text'; $txt = str_replace('&lt;br /&gt;','<br />',$txt); $txt = preg_replace('/(?<!\w)#([0-9a-zA-Z]+)/m', '<a href="index.php?q=$1">#$1</a>', $txt); echo $txt;

preferences:
23.49 ms | 405 KiB | 5 Q