News

Parsing HTML and extracting useful bits of data is common job for web programmers. The only question is, how do you go about it? You could use Regular Expressions. On the surface of things ...