dataInput.js 91 Bytes Raw Blame History Permalink 1 2 3 function convertBr(str) { return str.replace(/<br>/g, '\n').replace(/<br\/>/g, '\n'); }