Substring
This action returns a substring of the input string specified by the start index and length of the string.
Substring Properties:
Property Name | Data Type | Property Type | Property Description |
---|---|---|---|
Input | String | Input | This property contains the input string. |
Length | Int32 | Input | This property contains the length of the substring. |
Output | String | Output | This property contains the substring specified by Length and StartIndex. |
StartIndex | Int32 | Input | This property contains the start Index of the substring |
VIP DEVOPS INTEGRATION VIP DESIGNER ACTIONS COMMON ACTIONS