remove extra spaces in between string javascript code example Example: remove extra space in string js newString = string.replace(/\s+/g,' ').trim();