Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

validate Alphabet Letter javascript

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

PREVIOUS NEXT
Code Example
Javascript :: acces store from vue console javascript 
Javascript :: JS get random number between 
Javascript :: javascript to redirect to another page after 5 seconds 
Javascript :: javascript even mouseout 
Javascript :: how to set an attribute to ignore null value json c# 
Javascript :: react native animated sticker 
Javascript :: c# json get value by key 
Javascript :: javascript get scroll position 
Javascript :: javascript float to int 
Javascript :: await async sleep 
Javascript :: change format date javascript 
Javascript :: javascript change comma to dot 
Javascript :: jquery detect when a checkbox is checked 
Javascript :: open link in new tab jquery 
Javascript :: $(...).autocomplete is not a function 
Javascript :: how to remove the parent div from the child in jquery 
Javascript :: javascript angle equation of a line 
Javascript :: npm remove dev dependencies from node_modules 
Javascript :: check if the method is not called in jest 
Javascript :: add classnames to body 
Javascript :: jquery is numeric 
Javascript :: js update query string 
Javascript :: javascript store array in localstorage 
Javascript :: Javascript track mouse pointer 
Javascript :: reduce average javascript 
Javascript :: how to delay iterations in javascript 
Javascript :: electron remove cors 
Javascript :: javascript loop FormData 
Javascript :: user agent chrome 
Javascript :: get text inside element javascript 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =