-
String parser
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 do5 en (lbb) in L40 i.p.v. L154<br />
<br />
L3hn do7 sk (pep) in L123 i.p.v. L15 <br />
L3hp do5 sk (dwd) in L144 i.p.v. L40 <br />
<br />
L4vt do7 anw (bol) in L15 i.p.v. 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 ")"
-
Re: String parser
you can use regular expressions
-
1 Attachment(s)
Re: String parser
A very long time ago I gave this example to someone on these forums. Backups are great :)
chem
-
Re: String parser
Thanx 4 your help both :)
will try it asap, just back from school :eek2: