Html text document operations for a given html text
HtmlStrips
01 Syntax
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetHtmlComments | 1 | 将html文本之中的注释部分的字符串拿出来 |
| RemovesHtmlComments | 1 | removes all of the html code comments from a given html document. |
| GetLinks | 1 | 从html文本之中解析出所有的链接 |
| HTMLTitle | 1 | Parsing the title text from the html inputs. |
| StripHTMLTags | 1 | Removes the html tags from the text string. |
| paragraph | 1 | |
| TrimResponseTail | 1 | 有些时候后面可能会存在多余的vbCrLf,则使用这个函数去除 |
| GetValue | 1 | Gets the string value between two wrapper character. |
| HtmlLines | 1 | Split the html text into lines by tags: <br> or <br/ |
| RemovesJavaScript | 1 | 将html中的<script></script>代码块删除 |
| RemovesCSSstyles | 1 | Removes all of the <style> css styles block from a given html document. |
| RemovesImageLinks | 1 | Removes all of the <img> image links block from a given html document. |
| GetHtmlFormatTags | 1 | |
| Regexp | 1 | |
| HtmlList | 1 | |
| GetInput | 1 | |
| GetInputGroup | 1 | |
| GetSelectOptions | 1 | |
| GetSelectValue | 1 | |
| GetSelectInputGroup | 1 | |
| RemovesHtmlHead | 1 | |
| RemovesFooter | 1 | |
| RemovesHtmlStrong | 1 | |
| RemoveTags | 1 |
03 Fields
| Name | Overloads | Summary |
|---|---|---|
| LineFeed | 1 | The line break html tag in the html document. |
04 Members
String)将html文本之中的注释部分的字符串拿出来
| Name | Type | Description |
|---|---|---|
html | String | - |
StringBuilder)removes all of the html code comments from a given html document.
| Name | Type | Description |
|---|---|---|
html | StringBuilder | - |
String)从html文本之中解析出所有的链接
| Name | Type | Description |
|---|---|---|
html$ | String | - |
String)Parsing the title text from the html inputs.
| Name | Type | Description |
|---|---|---|
html | String | - |
String, Boolean)Removes the html tags from the text string.
(这个函数会移除所有的html标签)
| Name | Type | Description |
|---|---|---|
s | String | - |
a plain text that removes all html format tags
String, Boolean)| Name | Type | Description |
|---|---|---|
html | String | - |
plainText | Boolean | If this argument is value True, then all of the html format tag will be removes. |
String)有些时候后面可能会存在多余的vbCrLf,则使用这个函数去除
| Name | Type | Description |
|---|---|---|
value | String | - |
String)Gets the string value between two wrapper character. (获取两个尖括号之间的内容)
use this function for get the xml/html element tag value, example as:
' get "title <b>aaa</b>" <h1>title <b>aaa</b></h1>
| Name | Type | Description |
|---|---|---|
html | String | - |
String, Boolean)Split the html text into lines by tags: <br> or <br/>
| Name | Type | Description |
|---|---|---|
html$ | String | - |
String)将html中的<script></script>代码块删除
| Name | Type | Description |
|---|---|---|
html$ | String | - |
String)Removes all of the <style> css styles block from a given html document.
| Name | Type | Description |
|---|---|---|
html | String | - |
String)Removes all of the <img> image links block from a given html document.
| Name | Type | Description |
|---|---|---|
html | String | - |
The line break html tag in the html document.
String)String)String)String)Object)String)String)String)String)String, String())