Hy.
I am a rookie in Javascript and i need your help.
I need a regular expression line to do the following:
i have a string like :" one thing " and i need a regular expression to transform it in "onething" In other words triming wihtout any spaces in front, between or behind words.
I am a rookie in Javascript and i need your help.
I need a regular expression line to do the following:
i have a string like :" one thing " and i need a regular expression to transform it in "onething" In other words triming wihtout any spaces in front, between or behind words.