Open powerdong opened 4 years ago
function trim(value) { var regEx = /(^\s*|\s*$)$/gi; return value.replace(regEx, ""); };