regex to remove extra spaces from start and end code example Example: regex to remove spaces //.. return str.replace(/\s/g, ''); //..