3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = '<p>I am <30 years old and weight <12st</p>'; $html = preg_replace('/^\s*<[^>]+>\s*|\s*<\/[^>]+>\s*\z/', '', $string); $final = preg_replace('/[^A-Za-z0-9 !@#$%^&*().]/u', '', $html); echo $final;
Output for 7.1.0 - 7.1.33, 7.2.0 - 7.2.34, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.29, 8.2.0 - 8.2.20, 8.3.0 - 8.3.8
I am 30 years old and weight 12st

preferences:
183.37 ms | 403 KiB | 230 Q