3v4l.org

run code in 500+ PHP versions simultaneously
<?php $strings = [ 'one"two_"_"_three', 'one__two_"__three', 'one__two_"__""____"three', 'one__two___"""""""______three', ]; var_export( preg_replace('~["_]+~', '_', $strings) );

preferences:
110.19 ms | 1508 KiB | 5 Q