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