3v4l.org

run code in 300+ PHP versions simultaneously
<?php $re = '/(https?:\/\/|(www\.)?[a-z0-9]+([\-\.]{1}[a-z0-9]+)*\.[a-z]{2,5}(:[0-9]{1,5})?(\/.*)?)/m'; $str = 'Our website is <a href="www.me.com">www.me.com</a>'; $subst = '[x]'; $result = preg_replace($re, $subst, $str); echo $result;
Output for git.master, git.master_jit, rfc.property-hooks
Our website is <a href="[x]">[x]</a>

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
108.81 ms | 405 KiB | 5 Q