How do I remove and only when found between double quotes?
I basically need the syntax to the preg_replace.
preg_replace
preg_replace( '/["]*( ).*["]/', '', $str );
Hows that for replacing between "qoutemarks"?