JSFiddle - React, Tailwind, and code Playground
by jonahe
HTML
<script src="https://rawgit.com/eu81273/jsfiddle-console/master/console.js"></script>
JavaScript
var str = "This is my \string";
var replaced = str.replace(String.fromCharCode(92),String.fromCharCode(92,92,116));