check if a string has a space javascipt code example Example: javascript detect space in string if(str.indexOf(' ') >= 0){ console.log("contains spaces"); }