Preparing search index...
The search index is not available
std
std
is-letter
isLetter
Function isLetter
isLetter
(
char
:
string
)
:
boolean
Checks if the provided character is a letter in the alphabet.
Parameters
char
:
string
Returns
boolean
Usage
isLetter
(
'a'
);
Copy
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.