regex to allow only numbers and alphabets code example Example: regex to allow only numbers letters and hyphen /^[0-9A-Za-z\s\-]+$/