I have this HTML string.
some text <pre>01 02 bb 67
02 g2 cc 67<br />
<b>03 32 dd 67</b>
04 q2 ee 67</pre> some text
I need a javascript regex to get the text/html inside the PRE tag and manipulate it. It's pure text, no DOM manipulation here.
P.s. Sorry for my english.