contains | ||||||||||
Type | operator | |||||||||
Dictionary | LCS | |||||||||
Library | LiveCode Script | |||||||||
Syntax |
| |||||||||
Summary | Compares two strings and evaluates to true if the first contains the second, false if not. | |||||||||
Introduced | 1.0 | |||||||||
OS | mac, windows, linux, ios, android | |||||||||
Platforms | desktop, server, mobile | |||||||||
Parameters |
| |||||||||
Example |
| |||||||||
Related | Keyword: string, characters Glossary: operator, operation, evaluate, string Operator: =, <>, is in, is among, is not among, ends with, is not in | |||||||||
Description | Use the contains operator to find out whether a string contains a substring. If the substring is found in the string, the contains operation evaluates to true. If each character of the substring can be found in the string, but the characters are separated, the contains operation evaluates to false. | |||||||||
Tags | text processing |