+
K
Supported in: Batch, Streaming
Split string on specified regex pattern.
Expression categories: String
Output type: Array<String>
Argument values:
string
Output: [ one, two, three, empty string ]
Output: [ one, twoBthreeC ]
Output: null
Output: [ empty string ]
Output: [ a, b, c ]