Between
Get a piece of text between 2 characters
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
Text | Specify the line of text you wish to extract a smaller piece from. | STRING | true | |
Start character | Specify the first character(s) of the piece of text to extract. | STRING | true | |
End character | Specify the end character(s) of the piece of text to extract. | STRING | true |
Output
Name | Description | Type | Default value |
---|---|---|---|
Result | The name of the variable to store the result of this text manipulation in. | STRING | RESULT |