how to make multiple spaces to one in html code example Example: replace multiple spaces with single space javascript string = string.replace(/\s\s+/g, ' ');