I am trying to make a basic app using Marmalade and am currently looking into using regular expressions to retrieve a very specific piece of information from within a web page. Is there an easier way to do this? I literally want the contents of a single p tag, which annoyingly doesn't have a unique id hence my thought to use regex.
I am completely new to c++ and Marmalade, hence my asking.
Sorry if this is a stupid question but I can find anything helpful on the internet.