Skip to main content
Hit enter to search or ESC to close
Close Search
Menu
Blog
Regular Expressions
Regular Expressions
By
priyankmaniar
February 16, 2019
January 14th, 2020
No Comments
Regular expression for only alphabets and space
1
str.replace(/[^a-zA-Z ]/g, "");
priyankmaniar
Previous Post
JavaScript: Working with Numbers
Next Post
Error: EACCES: permission denied, mkdir 'node_modules/node-sass/build
Recommended For You
Vue
Vuelidate – How to …?
Vuelidate – How to …?
priyankmaniar
December 9, 2018
Ubuntu
Commands to run after fresh installation of Ubuntu / Lubuntu / Kubuntu / Xubuntu
Commands to run after fresh installation of Ubuntu / Lubuntu / Kubuntu / Xubuntu
priyankmaniar
October 5, 2018
Ionic
Ionic V1: Show form accessory bar conditionally on iOS
Ionic V1: Show form accessory bar conditionally on iOS
priyankmaniar
October 16, 2019
Close Menu
Blog