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