Hi,

I'm really, really stuggling with this...

How can I find somethign betwee two strings? Here is an example

start data data data
more data on new line
extra data end

I want it to get everything between "start" and "end". I have tried basic things like: "start(.*)end" with multiple line and ignore case settings but I cant get it to work.

Any help would be greatly appreciated