Contact: aviboots(AT)netvision.net.il
39,885 questions
51,811 answers
573 users
const str = "node.js php c c++"; const substr = 'NODE'; console.log(str.toLowerCase().startsWith(substr.toLowerCase())); /* run: true */