<?php $str = 'one_two__three___four____bye'; do { $str = str_replace('__', '_', $str, $count); } while ($count); var_export($str);
You have javascript disabled. You will not be able to edit any code.