I want to get the content inside this meta tag <meta content="Rs.55.09" itemprop="price">
or immediately after the meta tag (<meta content="Rs.55.09" itemprop="price"> Rs.55.09
) ie the price of the product is needed.Is there any regular expression to grab the data.
Thanks in advance...