Skip to content

Split

Name Mandatory Description Default Type
⬅️ Input The sequence, string, or bytes to split into chunks. [Any]BytesString
Output ➡️ A sequence containing the split chunks. [Any]
Size No The size of each chunk to split the input into. none IntVar(Int)

Splits the input sequence, string, or bytes into chunks of the specified size. Returns a sequence of subsequences/substrings.