ContainsChars | ||||||||||
Type | operator | |||||||||
Dictionary | LCB | |||||||||
Library | LiveCode Builder | |||||||||
Syntax |
| |||||||||
Associations | com.livecode.char | |||||||||
Summary | Determines whether Source contains Needle. | |||||||||
Parameters |
| |||||||||
Values |
| |||||||||
Description | Source contains Needle if and only if the chars of Needle occur as a subsequence of the chars of Source.
| |||||||||
Tags | strings |