<?php $text = <<<TEXT This is !@#$%^& TEXT; echo preg_replace("/[[:alnum:]]+\K(?= [^[:alnum:]])/", ",", $text);
You have javascript disabled. You will not be able to edit any code.