i need help with an Reg. Ex. i have a long text with many whitespaces and new lines, i need to find and select ALL between 2 strings.
example:
iojge test rgej <foo>
ferfe 098n34hjlrej
fefe <end
i want to find all between test and end:
rgej <foo>
ferfe 098n34hjlrej
fefe <
how can i do this?
You can try