StringVector
01 Syntax
Microsoft.VisualBasic.Language.Vectorization.StringVector
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| IsPattern | 1 | 批量执行判断目标字符串集合中的每一个字符串元素都是符合目标匹配模式的 |
| op_Implicit | 1 | |
| ToString | 1 | |
| op_Concatenate | 1 | |
| op_Inequality | 1 | |
| op_Equality | 1 | |
| InStr | 1 | |
| op_Like | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| Len | 1 | Returns the length of each strings |
04 Members
批量执行判断目标字符串集合中的每一个字符串元素都是符合目标匹配模式的
Parameters
| Name | Type | Description |
|---|---|---|
strings | StringVector | - |
pattern$ | String | - |
opt | RegexOptions | - |
op_Implicit(
String)Parameters
| Name | Type | Description |
|---|---|---|
expression | String | a,b,c,d,e |
Len
Returns the length of each strings
ToString()
op_Concatenate(StringVector,
String)op_Inequality(StringVector,
String)op_Equality(StringVector,
String)op_Like(StringVector, Index(Of String))