Back to Core Functions
endsWith
Check if string ends with suffix
Syntax
tf = endsWith(str, suffix)
Description
Returns 1 if str ends with suffix, 0 otherwise.
Parameters
| Name | Description |
|---|---|
| str | Input string |
| suffix | Suffix to check |
Returns
1 if ends with suffix, 0 otherwise