3v4l.org

run code in 300+ PHP versions simultaneously
<?php $mystring = "This line <u>has special characters</u><br /> that need to be removed"; $newstring = strip_tags($mystring); echo $mystring; echo $newstring;

preferences:
38.87 ms | 402 KiB | 5 Q