Skip to main content

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

NameTypeDescription

Needle

An expression which evaluates to a char.

Thank you for your feedback!

Was this page helpful?