WLJS LogoWLJS Notebook

LetterQ

LetterQ[string] yields True if all the characters in the string are letters, and False otherwise.

Examples

Check if all characters are letters:

LetterQ["Hello"]
(* True *)

String with numbers:

LetterQ["Hello123"]
(* False *)

Please visit the official Wolfram Language Reference for more details.

On this page