I have a variable $result (for sake of discussion) that contains a bunch of html. I'm trying to grep out a particular section to assign to a another variable. My HTML likes the following:
***************************
<br>TEXT: data<br><br></body>
***************************
I simply want to put 'data' into a variable. I've gotten to where I can grep for TEXT to check my result but I'm not sure how to parse out 'data'.
Thx in advance for your suggestions.
./FM
***************************
<br>TEXT: data<br><br></body>
***************************
I simply want to put 'data' into a variable. I've gotten to where I can grep for TEXT to check my result but I'm not sure how to parse out 'data'.
Thx in advance for your suggestions.
./FM