I am trying to extract text between two html tags (<span style='font-size: 1.25em;'> and </span>
However I cannot seem to figure out how ASP defines groups such as (.*)
Any ideas where I am going wrong?
</p><p>With RegularExpressionObject
.Pattern = "<span style=''font-size: 1.25em;''>(.*)</span>'
.IgnoreCase = False
.Global = True
End With</p><p>