const str = '\\\\C:\\Папка\\my\\root\\ts'; alert(str); const replaced = str.replace(/\\/g, '_'); alert(replaced);