I have the following sentence:
distributed over a considerable extent; "far-flung trading operations"; "the West's far-flung mountain ranges"; "widespread nuclear fallout"
What I want is to pickup the sentence between "**********";
My regular expression is \"(.+)", but the result is not what I want(only 1 match)
Any suggestion? Thanks