The string parser for the table html text block
TableParser
01 Syntax
Microsoft.VisualBasic.Text.Parser.HtmlParser.TableParser
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetTablesHTML | 1 | Parsing the html text betweens the tag <table></table> by using regex expression. |
| GetRowsHTML | 1 | Parsing the html text betweens the tag <tr></tr> by using regex expression. |
| GetColumnsHTML | 1 | The td tag is trimmed in this function.(请注意,在本函数之中,<td>标签是被去除掉了的) |
| ParseHtmlMeta | 1 |
03 Members
GetTablesHTML(
String, Boolean)Parsing the html text betweens the tag <table></table> by using regex expression.
Parameters
| Name | Type | Description |
|---|---|---|
html | String | - |
GetRowsHTML(
String, Boolean)Parsing the html text betweens the tag <tr></tr> by using regex expression.
Parameters
| Name | Type | Description |
|---|---|---|
table | String | - |
GetColumnsHTML(
String, Boolean)The td tag is trimmed in this function.(请注意,在本函数之中,<td>标签是被去除掉了的)
Parameters
| Name | Type | Description |
|---|---|---|
row | String | - |
ParseHtmlMeta(
String)