Codeunit "RegEx Split Wrapper"
ID 707
Namespace: System.Text
Methods
Split
procedure Split(Text: Text, Separator: Text)
Parameters
| Name | Type | Description |
|---|---|---|
| Text | Text | |
| Separator | Text |
GetLength
procedure GetLength(): Integer
Returns
| Type | Description |
|---|---|
| Integer |
GetIndex
procedure GetIndex(Index: Integer): Text
Parameters
| Name | Type | Description |
|---|---|---|
| Index | Integer |
Returns
| Type | Description |
|---|---|
| Text |
TrySplit
[TryFunction]
procedure TrySplit(Text: Text, Separator: Text): Boolean
Parameters
| Name | Type | Description |
|---|---|---|
| Text | Text | |
| Separator | Text |
Returns
| Type | Description |
|---|---|
| Boolean |