Syntax
RQL
Parameters
| Name | Type | Description |
|---|---|---|
value | Utf8 | The string to check. |
suffix | Utf8 | The suffix to check for. |
Return Value
Returns a Boolean indicating whether the string ends with the specified suffix.
Examples
$ Check if string ends with suffix
| Name | Type | Description |
|---|---|---|
value | Utf8 | The string to check. |
suffix | Utf8 | The suffix to check for. |
Returns a Boolean indicating whether the string ends with the specified suffix.