Hi, Everybody know that there is no trim function in javascript. So you use this. function trim(str){ return str.replace(/^s+|s+$/g,''); }