<?php $var = "a, & b."; $var = preg_replace('/, +&/',' &',$var); echo $var;
You have javascript disabled. You will not be able to edit any code.