3v4l.org

run code in 300+ PHP versions simultaneously
<?php $a = "\tcafé\n"; //This will remove the tab and the line break echo filter_var($a, FILTER_SANITIZE_STRING, FILTER_FLAG_STRIP_LOW); //This will remove the é. echo filter_var($a, FILTER_SANITIZE_STRING, FILTER_FLAG_STRIP_HIGH); ?>

preferences:
50.39 ms | 402 KiB | 5 Q