Looking for help with a simple regex expression...
document.getElementById('testing').value=f2.innerHTML.replace(">",">\n");
I'm having an issue where it only stops after the first line break. How can I make it work for the entire table?
Thank you!