Обрезать предложение Nodejs из пространств
newString = string.replace(/\s+/g,''); // "thiscontainsspaces"
Blue-eyed Bug
newString = string.replace(/\s+/g,''); // "thiscontainsspaces"