Contact: aviboots(AT)netvision.net.il
41,314 questions
53,829 answers
573 users
s = '2a1-0/R@a9f#4K$$cCK^htPam8vlwhJ' s = s.replace(/[^a-zA-Z0-9]+/g, ""); console.log(s); /* run: 2a10Ra9f4KcCKhtPam8vlwhJ */