|
-
Mar 23rd, 2002, 09:25 PM
#1
Thread Starter
Frenzied Member
Help with formatting a string..
I have a html document's source in a textbox.. how can i search for "<table width="640" border="0" cellspacing="0" cellpadding="0" height="10">" and put all data between the starting "<table..." to the second "</table>" in another textbox?
for example in the textbox with the source theres..
<body>
lots of junk here
<table width="640" border="0" cellspacing="0" cellpadding="0" height="10"><tr></tr></table>
<table>
stuff inside the table
</table>
more junk here
and then after running the program, the second textbox will contain
<table width="640" border="0" cellspacing="0" cellpadding="0" height="10"><tr></tr></table>
<table>
stuff inside the table
</table>
anyone know how to do this?
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
|