regex allow alphanumeric and special characters
/^[ A-Za-z0-9_@./#&+-]*$/
regex allow alphanumeric and special characters
/^[ A-Za-z0-9_@./#&+-]*$/
regular expression alphanumeric with spaces java script
/^[a-zd-_s]+$/i
alphanumeric with space regex
var regex = new RegExp("^[A-Za-z0-9? ,_-]+$");
var key = String.fromCharCode(event.charCode ? event.which : event.charCode);
if (!regex.test(key)) {
event.preventDefault();
return false;
}
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us