stringtodetect.toLowerCase().includes("stringtocompare"); // OR, Alternatively... stringtodetect.toLowerCase().includes(variable.toLowerCase());