The text I am trying to put my pattern into is:


Code:
		<li class="hp">
			<span>HP</span>
			<strong>1850 (+300)</strong>
		</li>
thats the format...

The (+300) can go away...i'd really only like to return just the 1850.

How would I do that in code?

with the multiple lines like that?