Hello,

I have a variable string that i call from the internet with the "class changes" from my school.
The string is like this format:

Code:
<p><strong></strong></p>
<p>L1n&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; do5&nbsp; en&nbsp;&nbsp; (lbb) in L40&nbsp; i.p.v. &nbsp;L154<br />
<br />
L3hn&nbsp;&nbsp;&nbsp;&nbsp; do7&nbsp; sk&nbsp;&nbsp; (pep) in L123 i.p.v. &nbsp;L15&nbsp;<br />
L3hp&nbsp;&nbsp;&nbsp;&nbsp; do5&nbsp; sk&nbsp;&nbsp; (dwd) in L144 i.p.v. &nbsp;L40&nbsp;<br />
<br />
L4vt&nbsp;&nbsp;&nbsp;&nbsp; do7&nbsp; anw&nbsp; (bol) in L15&nbsp; i.p.v. &nbsp;L123</p>
How can i "filter" it?
like this:
listbox1: listbox2:
L1n the rest of the data in human-readable(no html)
L3hn ...
L3hp ...
L4vt ...

And a third listbox the same as listbox2 but without all text between "(" and ")"