expressão regular não permitir o espaço em javascript
var regexp = /^\S*$/; // a string consisting only of non-whitespaces
Indian Gooner
var regexp = /^\S*$/; // a string consisting only of non-whitespaces