<?php $patterns = ['/x\b/' => '', '/o\b/' => '', '/b\b/' => '']; echo preg_replace(array_keys($patterns), $patterns, 'The box is in the box', 1);
You have javascript disabled. You will not be able to edit any code.