replace multiple spaces with 1 space regex code example Example: replace multiple spaces with single space javascript string = string.replace(/\s\s+/g, ' ');