<?php $bad = ['fook', 'shoot']; $pattern = '/(?:\b(?=(?:' . implode('|', $bad) . ')\b)\w\K|\G(?!^))\w/i'; echo preg_replace($pattern, '*', 'Holy fook n shoot, Batman; The Joker\'s shooting The Riddler!');
You have javascript disabled. You will not be able to edit any code.