nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Data.GraphQuery / BaseInvoke

BaseInvoke

Full name Microsoft.VisualBasic.Data.GraphQuery.TextParser.BaseInvoke Assembly Microsoft.VisualBasic.Data.GraphQuery Members 7

01 Syntax

Microsoft.VisualBasic.Data.GraphQuery.TextParser.BaseInvoke

02 Methods

NameOverloadsSummary
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

method text #
text(InnerPlantText, String(), Boolean)

Extract the text of the current node

Parameters
NameTypeDescription
documentInnerPlantText

-

parametersString()

-

isArrayBoolean

-

method strip #
strip(InnerPlantText, String(), Boolean)

Clear the extra spaces and line breaks internal the text content string

Parameters
NameTypeDescription
documentInnerPlantText

-

parametersString()

-

isArrayBoolean

-

method trim #
trim(InnerPlantText, String(), Boolean)

Clear spaces and line breaks before and after the string

Parameters
NameTypeDescription
documentInnerPlantText

-

parametersString()

-

isArrayBoolean

-

method split #
split(InnerPlantText, String(), Boolean)

split text by a given list of chars

Parameters
NameTypeDescription
documentInnerPlantText

-

parametersString()

-

isArrayBoolean

-

method filter #
filter(InnerPlantText, String(), Boolean)

removes of the text string that matched the pattern of given regexp list

Parameters
NameTypeDescription
documentInnerPlantText

-

parametersString()

-

isArrayBoolean

-

method match #
match(InnerPlantText, String(), Boolean)

match the string collection with given regexp pattern

Parameters
NameTypeDescription
documentInnerPlantText

-

parametersString()

-

isArrayBoolean

-

method regexp #
regexp(InnerPlantText, String(), Boolean)

parse the sub-string with given regexp pattern

Remarks
Parameters
NameTypeDescription
documentInnerPlantText

-

parametersString()

[regexp, opts]

isArrayBoolean

-