in excel-addin/src/taskpane/taskpane.js [62:64]
function _strip(string) { return string.replace(/(^[ '\^\$\*#&]+)|([ '\^\$\*#&]+$)/g, ''); }