Contact: aviboots(AT)netvision.net.il
39,907 questions
51,839 answers
573 users
let str = "<title>node.js</title> <p>c++</p> <a href='https://www.beforebuydomain.com'>beforebuydomain.com</a>"; str = str.replace(/<[^>]*>?/gm, ''); console.log(str); /* run: node.js c++ beforebuydomain.com */