var format = /[!@#$%^&*()_+-=[]{};':"|,.<>/?]+/; if(format.test(string)){ return true; } else { return false; }