SyntaxFix
Write A Post
Hire A Developer
Questions
You can try this
str = "Wow its so COOL"_x000D_ searchStr = "CoOl"_x000D_ _x000D_ console.log(str.toLowerCase().includes(searchStr.toLowerCase()))