I'm trying to select all text in-between following a specific pattern:
Sample Text:
"by thatonekid (Posted Mon Jan 12, 2009 7:17 pm)
fell onto the trail right below one of the most traveled walls at the point! yikes!
"
Every text I work on will start with: "by USERNAME (Posted DATE) <br />
theTextIWant"
I thought about exploding on the paren's, but obviously, that could break up the text if there's another paren.
Secondly, some of the texts end in "<br /><br />
". I need to remove the trailing <br />
's if there is no text afterwards.
I apologize if this looks like I'm asking for someone to do my homework -- I honestly have no idea where to begin here