Regex Help (PHP) in finding and selecting characters between 2 strings

NoahH

New Member
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:\[code\]iojge test rgej <foo>ferfe 098n34hjlrejfefe <end\[/code\]i want to find all between test and end:\[code\] rgej <foo>ferfe 098n34hjlrejfefe <\[/code\]how can i do this?
 
Back
Top