$text = "This is some text here \"\"."; ereg("(([^<\"]|[^<]*<[^\/][^<])*(\"[^\"]*\"([^<\"]|[^<]*<[^\/][^<])*)*)?<\/p>", $text, $matches); echo "Found text: " . $matches[1] . "\n"; ?>
This is some text here \"
(([^<\"]|[^<]*<[^\/][^<])*(\"[^\"]*\"([^<\"]|[^<]*<[^\/][^<])*)*)?<\/p>", $text, $matches); echo "Found text: " . $matches[1] . "\n"; ?>