{"aliases":["default","es5","modernizr:es5string","blissfuljs"],"browsers":{"ie":"6 - 8","safari":"4"},"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/Trim","baseDir":"String/prototype/trim","hasTests":true,"rawSource":"\n// String.prototype.trim\nString.prototype.trim = function trim() {\n\treturn this.replace(/^\\s+|\\s+$/g, '');\n};\n","minSource":"String.prototype.trim=function(){return this.replace(/^\\s+|\\s+$/g,\"\")};","detectSource":"'trim' in String.prototype"}