var expr = new RegExp('\\d|'+ //цифры '\\w|'+ //символы '\\s', 'g' //пробелы ); alert('h e 1 1 0 w'.match(expr));