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