Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

validate Alphabet Letter js

function validAlphabetLetter(letter) {
  return /^[a-zA-Z]$/.test(letter);
}
Comment

PREVIOUS NEXT
Code Example
Javascript :: js match alphabet 
Javascript :: javascript get random number in range 
Javascript :: ng serve host 0.0.0.0 
Javascript :: how to adjust the caledar height fullcalendar 
Javascript :: set port in react app 
Javascript :: regexs url image 
Javascript :: how to limit decimal places in javascript 
Javascript :: how to check if selector exists or is present puppeteer 
Javascript :: javascript convert float to int 
Javascript :: javascript repeat each second 
Javascript :: ts-node dotenv 
Javascript :: socket io with cors 
Javascript :: javascript check format uuid 
Javascript :: jquery open a new tab 
Javascript :: jquery onscroll sticky header 
Javascript :: generate random number jquery 
Javascript :: disable scroll jquery 
Javascript :: How to tell if an attribute exists on an object 
Javascript :: iframe getelementbyid 
Javascript :: javascript uppercase first character of each word 
Javascript :: message.channel.fetchMessages is not a function 
Javascript :: path.split is not a function react hook use form 
Javascript :: js string limit length 
Javascript :: if media query jquery 
Javascript :: javascript wait 5 sec 
Javascript :: how to imporrt Browserrouter in react 
Javascript :: disable yellow box react native 
Javascript :: angular moment 
Javascript :: wait for time javascript 
Javascript :: nodejs make directory 
ADD CONTENT
Topic
Content
Source link
Name
5+9 =