<?php $pattern = '/^"(*SKIP)(*F)|"([^"]*)"/'; $str = "\"something \"something something\" and then \"something\" something \"\" test\""; echo preg_replace($pattern, "$1", $str);
You have javascript disabled. You will not be able to edit any code.