Open suchenglong opened 7 years ago
if((text.match('[\n|\t][^A-Z|^a-z|^\u4e00-\u9fa5|^1-9|^!|^?]')[0] === '') && (text.indexOf('function ()') === -1)){ return (text); }
if((text.match('[\n|\t][^A-Z|^a-z|^\u4e00-\u9fa5|^1-9|^!|^?]')[0] === '') && (text.indexOf('function ()') === -1)){ return (text); }