function tststr(text){ return text.replace(/[0-9a-z_]+/ig,'')==''; } var b="qwertew1ывап"; alert(tststr(b));