CharIsInString

Typeoperator
DictionaryLCB
LibraryLiveCode Builder
Syntax
<Needle> is in <Source>
Associationscom.livecode.char
Summary

Determines whether Needle is in Target. Target:An expression which evaluates to a string.

Parameters
NameTypeDescription
Needle

An expression which evaluates to a char.

Values
NameTypeDescription
return

True if Needle is among the chars of Target, and false otherwise.

Description

Note: It is an error if Needle evaluates to a string consisting of more than one char.

Tagsstrings