I would like match a text like that
my begin line
not useful text that I cannot match because I don't know how it is composed
my end line
I'd match all the text above, my problem right now is that I cannot match all the text but just the first line with a regext like that:
my begin line\n.*my end line
So I am confused, any help ?