3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "[url=http://www.lol.nl]haha[/url]"; $bericht = preg_replace("/\[url=([^[]*)\]([^[]*)\[\/url\]/", "<a href='\\1' target='_blank'>\\2</a>", $string); echo $bericht; ?>

preferences:
41.81 ms | 402 KiB | 5 Q