Maybe this will help. $regex = '/(?<=")[^.]*(?=")/'; $r = preg_match_all($regex, $sentence, $phrases);