I am trying to get the quotes and their respective authors in a long text.
Example : Paul […] Jane says G_quoted text_R
How can I get Jane and her quoted text in two groups but not Paul etc.
I tried some positive lookahead like this but I get all names, not just Jane. Many thank for your help.
i?(Paul|Jane|Robert|John)(?=[^.]*?G_(.*)_R)