I have to extract all the text from 'Between' and 'And' from the text file
Between
Krish.R,
Richard ,
Sam.S.M
And
My regex Between(.*)And
works when its all in single line. How can modify to make it work to extract text across multi line data
I have to extract all the text from 'Between' and 'And' from the text file
Between
Krish.R,
Richard ,
Sam.S.M
And
My regex Between(.*)And
works when its all in single line. How can modify to make it work to extract text across multi line data