javascript regex allow only alphanumeric and spaces code example Example: regular expression alphanumeric with spaces java script /^[a-z\d\-_\s]+$/i