str_replace('"', "", $string);
trim($string,'"'); // double quotes trim($string,''"'); // any combination of ' and "