Javascript Trim Spaces
value = value.trim();
Healthy Hare
value = value.trim();
var str=" I have outer spaces ";
var cleanStr=str.trim();//trim() returns string with outer spaces removed
cosnt= " aaaa "