ends with | ||||||||||
Type | operator | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Summary | The ends with operator takes two strings and returns true if the second string matches the end of the first string. | |||||||||
Introduced | 2.9 | |||||||||
OS | mac, windows, linux, ios, android | |||||||||
Platforms | desktop, server, mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Property: caseSensitive Operator: begins with, contains Function: offset, length Glossary: property | |||||||||
Description | For the expression to evaluate to true suffix must match the end of string. For example, if suffix contains three characters these must match the the last three characters of string (in order). This takes into consideration the value of the caseSensitive property. |