is in | ||||||||||
Type | operator | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Summary | Compares two strings and evaluates to true if the second contains the first, false if not. | |||||||||
Introduced | 1.0 | |||||||||
OS | mac, windows, linux, ios, android | |||||||||
Platforms | desktop, server, mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Keyword: string Glossary: evaluate, string, operator Operator: is not in, contains, is among | |||||||||
Description | Use the is in operator to find out whether a string contains a substring. The expression
is equivalent to
The is in operator is the logical inverse of the is not in operator. When one is true, the other is false. | |||||||||
Tags | text processing |