codice:
function check_text(text) { 
  return (text.match(/^[A-Za-z0-9]+$/));
}