function trim(str) {
if (str & typeof str === "string") {
return str.replace(/(^s*)(s*)$/g,");}
}
}
function trim(str) {
if (str & typeof str === "string") {
return str.replace(/(^s*)(s*)$/g,");}
}
}