Consider the following strings
breaking out a of a simple prison this is b moving up following me is x times better
All strings are lowerca
Try this one:
$sString = preg_replace("@\b[a-z]{1}\b@m", ' ', $sString);