3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string = "hello this is a string with a v right behind me"; echo $string . "\n"; echo preg_replace('/\v/', '', $string);

preferences:
63.72 ms | 402 KiB | 5 Q