BaseInvoke
01 Syntax
Microsoft.VisualBasic.Data.GraphQuery.TextParser.BaseInvoke
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| text | 1 | Extract the text of the current node |
| strip | 1 | Clear the extra spaces and line breaks internal the text content string |
| trim | 1 | Clear spaces and line breaks before and after the string |
| split | 1 | split text by a given list of chars |
| filter | 1 | removes of the text string that matched the pattern of given regexp list |
| match | 1 | match the string collection with given regexp pattern |
| regexp | 1 | parse the sub-string with given regexp pattern |
03 Members
text(
InnerPlantText, String(), Boolean)Extract the text of the current node
Parameters
| Name | Type | Description |
|---|---|---|
document | InnerPlantText | - |
parameters | String() | - |
isArray | Boolean | - |
strip(
InnerPlantText, String(), Boolean)Clear the extra spaces and line breaks internal the text content string
Parameters
| Name | Type | Description |
|---|---|---|
document | InnerPlantText | - |
parameters | String() | - |
isArray | Boolean | - |
trim(
InnerPlantText, String(), Boolean)Clear spaces and line breaks before and after the string
Parameters
| Name | Type | Description |
|---|---|---|
document | InnerPlantText | - |
parameters | String() | - |
isArray | Boolean | - |
split(
InnerPlantText, String(), Boolean)split text by a given list of chars
Parameters
| Name | Type | Description |
|---|---|---|
document | InnerPlantText | - |
parameters | String() | - |
isArray | Boolean | - |
filter(
InnerPlantText, String(), Boolean)removes of the text string that matched the pattern of given regexp list
Parameters
| Name | Type | Description |
|---|---|---|
document | InnerPlantText | - |
parameters | String() | - |
isArray | Boolean | - |
match(
InnerPlantText, String(), Boolean)match the string collection with given regexp pattern
Parameters
| Name | Type | Description |
|---|---|---|
document | InnerPlantText | - |
parameters | String() | - |
isArray | Boolean | - |
regexp(
InnerPlantText, String(), Boolean)parse the sub-string with given regexp pattern
Remarks
Parameters
| Name | Type | Description |
|---|---|---|
document | InnerPlantText | - |
parameters | String() | [regexp, opts] |
isArray | Boolean | - |