I am a complete noob here. I am trying to extract Marine Corp. (without quotes from $data. I've searched and searched for how to deal with double quotes but am coming up short. Can someone please offer some guidance? Thank you.
$data = '"title":{"rendered":"Marine Corp."}';
preg_match('/title":{"rendered":"(.*)"}/U',$data,$matches);
echo $matches[0]; //=> target