String substring
Retrieves a substring of the given string. If no value is given for end, the substring starting at the begin index continues until the end of the string will be returned.
Parameters
Name | REST Name | Type | Default | Description |
---|---|---|---|---|
String* | text | STRING |
|
The text to cut. |
Result variable* | variable | STRING |
|
The variable to receive the string value. |
Begin index* | begin | INTEGER |
|
The beginning index, inclusive. |
End index | end | INTEGER |
|
The ending index, exclusive. |
* Mandatory parameter