<?php $test = 'one "two" (three) -four-'; echo preg_replace('/\b/', '*', $test);
You have javascript disabled. You will not be able to edit any code.