|
-
Sep 28th, 2006, 12:06 AM
#1
Thread Starter
Lively Member
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 ")"
-
Sep 28th, 2006, 12:54 AM
#2
Addicted Member
Re: String parser
you can use regular expressions
P.S. Sorry for my poor English...
-
Sep 28th, 2006, 12:58 AM
#3
Re: String parser
A very long time ago I gave this example to someone on these forums. Backups are great 
chem
Visual Studio 6, Visual Studio.NET 2005, MASM
-
Sep 28th, 2006, 10:53 AM
#4
Thread Starter
Lively Member
Re: String parser
Thanx 4 your help both 
will try it asap, just back from school
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|