0
kicks
Extract Tables from HTML page using Regular Expressions
Some times we need to extract information from HTML pages ,for example extracting table from HTML page
here you will find how to do it using regular expression , This code i found it through Google but i converted it it C# ...