Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Searches a string for the first occurrence of one of the specified characters.
Syntax
public boolean isLetter(str _letter)
Run On
Called
Parameters
- _letter
Type: str
The string value to be searched.
Return Value
Type: boolean
true if the string to be searched is found; otherwise, false.