CommonTagParser
01 Syntax
Microsoft.VisualBasic.Text.Patterns.CommonTagParser
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| RemoveLeadingNumbersAndSymbols | 1 | removes leading number and symbols |
| GetTagNames | 1 | |
| GetColumn | 1 | |
| ToString | 1 | |
| StringMotif | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| 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
RemoveLeadingNumbersAndSymbols(
String)removes leading number and symbols
Parameters
| Name | Type | Description |
|---|---|---|
input | String | - |
Returns
1-B11 to B11 B2 remains B2
maxLen
the max length of the sample names in char numbers
MaxColumnIndex
the max length of the labels common parts
LabelPrefix
get the max common prefixed label value
Size
Get number of the input sample names
nameMatrix
IsNullOrEmpty
GetTagNames()
GetColumn(
Int32)ToString()
StringMotif(
IEnumerable(Of String), Double, Char)