Ramalingeswara Rao K V, Founder, NIRAM.
Pages
Home
eBooks
A Mirror
Contact
Tuesday, May 1, 2012
JavaScript function to TRIM the string
function trim(stringToTrim)
//
Trim the String
{
return stringToTrim.replace(/^\s+|\s+$/g,"");
}
Newer Post
Older Post
Home