Answers for "string value to be only alphabetical js"

3

how to check if a string has only alphabets in javascript

if (!/[^a-zA-Z]/.test(word))
Posted by: Guest on June-11-2020

Code answers related to "string value to be only alphabetical js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language