Is there any function which can be used to parse HTML tags (<a> or <img>)?! I need to parse a HTML image banner code to get the path to the image and tracking code for it. Thanks
You can use roRegex and string functions like Mid(), instr(), left() and right() to do it if you have no other choice. Problem is if the website changes ever so slightly it may break your parser.