Split¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The sequence, string, or bytes to split into chunks. | [Any] Bytes String |
||
Output ➡️ |
A sequence containing the split chunks. | [Any] |
||
Size |
No | The size of each chunk to split the input into. | none |
Int Var(Int) |
Splits the input sequence, string, or bytes into chunks of the specified size. Returns a sequence of subsequences/substrings.