I have a string that contains this (and another things):
<b>SINOPSIS:</b><br/>
Text text text and mooore text...<br/>
I need a reg-ex to get the text between those first two <br/>
tags.
Thanks...
Note: There are more <br/>
tags. I need the first occurrence only..
I will be using PHPs preg_match() function.