/ Published in: JavaScript
URL: http://www.delphifaq.com/faq/f1031.shtml
Expand |
Embed | Plain Text
String.prototype.trim = function () { return this.replace(/^\s*/, "").replace(/\s*$/, ""); }
You need to login to post a comment.
URL: http://www.delphifaq.com/faq/f1031.shtml
String.prototype.trim = function () { return this.replace(/^\s*/, "").replace(/\s*$/, ""); }
You need to login to post a comment.