StringTools[Has] - determine if a string contains a given character
|
Calling Sequence
|
|
Has( s, ch )
|
|
Parameters
|
|
s
|
-
|
string; string to test
|
ch
|
-
|
character; character to test against
|
|
|
|
|
Description
|
|
•
|
The Has( s, ch ) command determines whether the string s contains the character ch. It returns the value true if s contains ch, and false otherwise.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?