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