var input = document.forms[0].elements[0].value; var regexp = /[^\w\;\-]/g; if(regexp.test(input)){ alert("Ungültige Eingabe!"); }