Contact: aviboots(AT)netvision.net.il
40,758 questions
53,129 answers
573 users
const str = 'javascript c++ c typescript node.js'; const ch = 'y' const subs = str.substring(str.indexOf(ch) + 1); console.log(subs); /* run: pescript node.js */