We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
String.prototype.trim = function () { return this.replace(/^\s+|\s+$/g, '') }
参考