nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.Runtime / CommonTagParser

CommonTagParser

Full name Microsoft.VisualBasic.Text.Patterns.CommonTagParser Assembly Microsoft.VisualBasic.Runtime Members 11

01 Syntax

Microsoft.VisualBasic.Text.Patterns.CommonTagParser

02 Methods

NameOverloadsSummary
RemoveLeadingNumbersAndSymbols 1 removes leading number and symbols
GetTagNames 1
GetColumn 1
ToString 1
StringMotif 1

03 Properties

NameOverloadsSummary
maxLen 1 the max length of the sample names in char numbers
MaxColumnIndex 1 the max length of the labels common parts
LabelPrefix 1 get the max common prefixed label value
Size 1 Get number of the input sample names
nameMatrix 1
IsNullOrEmpty 1

04 Members

method RemoveLeadingNumbersAndSymbols #
RemoveLeadingNumbersAndSymbols(String)

removes leading number and symbols

Parameters
NameTypeDescription
inputString

-

Returns

1-B11 to B11 B2 remains B2

property maxLen #
maxLen

the max length of the sample names in char numbers

property MaxColumnIndex #
MaxColumnIndex

the max length of the labels common parts

property LabelPrefix #
LabelPrefix

get the max common prefixed label value

property Size #
Size

Get number of the input sample names

property nameMatrix #
nameMatrix
property IsNullOrEmpty #
IsNullOrEmpty
method GetTagNames #
GetTagNames()
method GetColumn #
GetColumn(Int32)
method ToString #
ToString()
method StringMotif #
StringMotif(IEnumerable(Of String), Double, Char)