SplitString
This action allows a String object to be split into parts where the parts are divided by a separator in the Input String. The output is an Array of Strings.
SplitString Properties:
Property Name | Data Type | Property Type | Property Description |
---|---|---|---|
Input | String | Input | This property specifies the Input String. |
Output | Array of Strings - Strings[] | Output | This property is an Array of Strings where each member of the array is a string that precedes or follows a separator. |
RemoveEmptyStrings | Boolean | Input | If this property is set to true, the action will remove any empty strings between 2 separators. |
Separator | String | Input | This property specifies what the separator is in the input string. |
VIP DEVOPS INTEGRATION VIP DESIGNER ACTIONS COMMON ACTIONS