<?php $strings = [ 'one"two_"_"_three', 'one__two_"__three', 'one__two_"__""____"three', 'one__two___"""""""______three', ]; var_export( preg_replace('~["_]+~', '_', $strings) );
You have javascript disabled. You will not be able to edit any code.