Answers for "trim not removing spaces jquery"

6

trim space in jquery

var str = "       Hello World!        ";
alert(str.trim());
Posted by: Guest on March-19-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language