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