ShareCopy to ClipboardRawPreviewconst isAlpha = (str: string) => /^[a-zA-Z]*$/.test(str); Is alpha01gioyikCodiga's TypeScript RecipesChecks if a string contains only alpha characters.0 CommentsAdd CommentLog in to add a comment