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