Hi All,

I am trying to take a value from an html file. I know what code will be around the value. So I want to split the html doc with these values so I can get the value between them.

For example:
Code:
<h4>Availability</h4>
<p>
<b>Availability</b>: VALUE IS HERE <br />
</p>
So
Code:
<h4>Availability</h4>
<p>
<b>Availability</b>:
is at the start and
Code:
<br />
</p>
is at the end.

Could someone help?

Cheers