/ Published in: JavaScript
Expand |
Embed | Plain Text
function Trim(strValue) { return strValue.replace(/^\s+|\s+$/g, ''); }
You need to login to post a comment.
function Trim(strValue) { return strValue.replace(/^\s+|\s+$/g, ''); }
You need to login to post a comment.