JSFiddle - React, Tailwind, and code Playground
by no2don
JavaScript
var str = "/icons\icons\apple-icon-152x152.png";
alert(str.replace("\\", 'aaaa'));
by no2don
var str = "/icons\icons\apple-icon-152x152.png";
alert(str.replace("\\", 'aaaa'));