-
Notifications
You must be signed in to change notification settings - Fork 2
Split string
ryannewington edited this page Jun 23, 2016
·
1 revision
This transform allows you to split a string based on a regular expression pattern.
Parameter | Description |
---|---|
Regular expression split pattern | A valid regex pattern to match on |
The transform supports string values
The transform accepts multiple input values, and processes each of them individually
The transform returns a string value for each split match
,
Value1,Value2
Value1
Value2