View Single Post
Old 27-Feb-2007, 03:55 AM   #2 (permalink)
Sangeetha
Fixed Error!
 
Sangeetha's Avatar

Posts: 139
Location: Chennai
Join Date: Feb 2007
Rep Power: 2 Sangeetha is on a distinguished road

IM:
Default Re: remove white space

answer
text = "\n \r. \ntext \n text \r\n";
text=text.replace(/^\s*|\s*$/g,'')
Sangeetha is offline   Reply With Quote