How to remove the spaces between the string in JQuery
How to remove the spaces between the string in JQuery.
[js]
var str="Sibeesh Passion"
var strAfter=str.replace(/\s/g, ”);
[/js]
How to remove the spaces between the string in JQuery.
[js]
var str="Sibeesh Passion"
var strAfter=str.replace(/\s/g, ”);
[/js]
I am Sibeesh Venu, an engineer by profession and writer by passion. Microsoft MVP, Author, Speaker, Content Creator, Youtuber, Programmer.