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:
40 ms | 402 KiB | 5 Q