Tests wheather a given string ends with another string. Returns 'true' or 'false'. The function belongs to the group "Logical".
The return type is boolean.
Allowed number of parameters are 2.
| Parameter | Description |
|---|---|
| 1 | The string to test |
| 2 | The string to find |