Consider the following snippet of code:
<div align="Left">
<font style='font-size:17pt; font-family:Times New Roman;color:#000000;'>
<textformat tabstops="[20]" leftmargin="0">Hi all</textformat>
</font>
</div>
I want to extract string between "font-size" and "pt" i.e it should out me a decimal "17" using javascript.
Can this can be achieved using regular expression.
Thanks in advance,
Amit