Checks if a string ends with another string at a specified position
Name | Type | Required | Multiple | Min. | Max. | Description |
---|---|---|---|---|---|---|
Text (text) | string | - | - | |||
Substring (substring) | string | - | - | |||
Position (position) | number | - | - |
Name | Type | Default | Required | Options | Description |
---|---|---|---|---|---|
Text (text) | string | The text to check if it ends with the substring | |||
Substring (substring) | string | The substring to check if the text ends with | |||
Position (position) | number | -1 | The position in the text to check if the substring ends with, default is -1, which means the end of the string |
Name | Type | Description |
---|---|---|
Output (output) | boolean |