3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "Hello world<br> <br>&nbsp; &nbsp; "; $input = preg_replace('/(<br>| |&nbsp;)*$/', '', $string); header('Content-Type: text/plain'); var_dump($input);

preferences:
42.5 ms | 402 KiB | 5 Q