Answers for "remove all white spaces and different characters globally"

0

remove all white spaces and different characters globally

str = text.toLowerCase().replace(/[^A-Za-z0-9]/g,'');
Posted by: Guest on May-02-2022

Code answers related to "remove all white spaces and different characters globally"

Code answers related to "Javascript"

Browse Popular Code Answers by Language