Hi
i would like to parse following string to get the value "46.4400 INR"
<div id=currency_converter_result>1 USD = <span class=bld>46.4400 INR</span>
<input type=submit value="Convert">
</div>
What regular expression do i need to use for this?
Please help me out to get out of this
Thanks in Advance KAMAL CHALLA


Answers