Search
 
SCRIPT & CODE EXAMPLE
 

JAVASCRIPT

only letters and spaces regex

/^[a-zA-Zs]*$/g
Comment

regex only letters not spaces

var re = /^[A-Za-z]+$/;
Comment

PREVIOUS NEXT
Code Example
Javascript :: classlist has class 
Javascript :: How to download files using axios 
Javascript :: csrf token ajax header 
Javascript :: how to add 4 business days in javascript 
Javascript :: jquery add td to tr dynamically 
Javascript :: how to set disabled flag formgroup angular 
Javascript :: get docs with date intervals mongoose 
Javascript :: javascript push in specific index 
Javascript :: jquery datepicker re initialize 
Javascript :: react fontawesome 
Javascript :: javascript shuffle array 
Javascript :: javascript fisher yates shuffle mdn 
Javascript :: javascript loop through object example 
Javascript :: javascript int with commas 
Javascript :: bootstrap modal popup disable click outside 
Javascript :: await set timeout 
Javascript :: es6 get value by key 
Javascript :: python http request post json example 
Javascript :: node js request async await 
Javascript :: nodejs get response time 
Javascript :: hide apexcharts tools 
Javascript :: hnazmul hassan 
Javascript :: react native status bar 
Javascript :: how to import all material module in angular 
Javascript :: js loop every x seconds 
Javascript :: why use currying 
Javascript :: hide cursor p5js 
Javascript :: vue timeout 
Javascript :: fetch json file 
Javascript :: javascript redirect to 
ADD CONTENT
Topic
Content
Source link
Name
8+2 =