CharIsInString
Type
operator
Summary
Determines whether Needle is in Target. Target:An expression which evaluates to a string.
Syntax
<Needle> is in <Source>
Description
note
It is an error if Needle evaluates to a string consisting of more than one char.
Parameters
Name | Type | Description |
---|---|---|
Needle | An expression which evaluates to a char. |