Supported in: Batch
Chunk string into chunks of a specified size and on specified separators.
Expression categories: String
Output type: Array<String>
Argument values:
string
string | Output |
---|---|
hello | [ hello ] |
hello world. the quick brown fox jumps over the fence. | [ hello, world., the quick, brown fox, jumps, over the, fence. ] |
hello world. the quick brown fox jumps over the fence. | [ hello, world., the quick, brown fox, jumps, over the, fence. ] |
hello world. the quick brown fox jumps over the fence. | [ hello, world., the quick, brown fox, jumps, over the, fence. ] |
Argument values:
Output: [ A, quick-brown-fox-jumps, over the, lazy dog ]
Argument values:
Output: [ A quick, brown fox, fox jumps, over the, the lazy, lazy dog ]
Argument values:
Output: [ Text1, Text2, Text3 ]
Argument values:
Output: [ Text1, |Text2, ||Text3 ]
Argument values:
Output: [ Text1, Text2
Text3
Text4 ]
Argument values:
Output: [ Text1, Text2, Text3, Text4 ]