Here are some Regular expressions for html parsing .
You can use it in your application while parsing html table to fetch data from it
1. Table Expression = “<table[^>]*>(.*?)</table>”
2. Header Expression = “<th[^>]*>(.*?)</th>”
3. Row Expression = “<tr[^>]*>(.*?)</tr>”
4. Column Expression = “<td[^>]*>(.*?)</td>”
Crystal Reports
-
*What is Crystal Reports?*
*Crystal Reports* has been part of Visual Studio since 1993, and is now the
standard for reporting in Visual Studio 2005. It is...
1 year ago
