String.Ends¶
Name | Mandatory | Description | Default | Type |
---|---|---|---|---|
⬅️ Input |
The string to check. | String |
||
Output ➡️ |
True if the input string ends with the string specified, false otherwise. | Bool |
||
With |
No | The string that the input needs to end with to output true. | `` | String Var(String) |
This shard checks if the input string ends with the string specified in the With parameter. If the input string does contain the string specified, the shard will output true. Otherwise, it will output false.