<?php $str = 'this i"s a "test" word i"s"s'; echo preg_replace('~\b"\b~', '', $str);
You have javascript disabled. You will not be able to edit any code.