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