Preparing search index...
The search index is not available
std
std
is-letter
isLetter
Function isLetter
Checks if the provided character is a letter in the alphabet.
Usage
isLetter
(
'a'
);
Copy
isLetter
(
char
:
string
)
:
boolean
Parameters
char
:
string
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Usage
std
Loading...
Checks if the provided character is a letter in the alphabet.
Usage