Split strings with support to multi-character, multi-lines Delimiter
Splitter
01 Syntax
Microsoft.VisualBasic.Text.Splitter
02 Methods
03 Fields
| Name | Overloads | Summary |
|---|---|---|
| expression | 1 | Holds the string to split |
| delimiter | 1 | Delimiter to split the expression with |
04 Members
#ctor
Constrctor for The Splitter
Split(
String, String, Boolean, Int32, CompareMethod)这个是安全的函数,空值会返回空集合
Parameters
| Name | Type | Description |
|---|---|---|
s | String | - |
delimiter | String | - |
isSingle | Boolean | - |
count | Int32 | - |
compare | CompareMethod | - |
expression
Holds the string to split
delimiter
Delimiter to split the expression with