splitting string with a string
- From: CSharper <csharper@xxxxxxx>
- Date: Wed, 30 Jul 2008 07:24:53 -0700 (PDT)
I have a html page that I retrived and stored in a string and I want
to split it based on <td> elements. I know only way you can split
using string.split is using characters. The other option is traverse
and split. Is there any other way you can split a string using string
token itself?
Thanks,
.
- Follow-Ups:
- Re: splitting string with a string
- From: Göran Andersson
- Re: splitting string with a string
- From: Nicholas Paldino [.NET/C# MVP]
- Re: splitting string with a string
- From: Pavel Minaev
- Re: splitting string with a string
- From: Jon Skeet [C# MVP]
- Re: splitting string with a string
- Prev by Date: Windows Shell to find installed Apps
- Next by Date: Re: splitting string with a string
- Previous by thread: Windows Shell to find installed Apps
- Next by thread: Re: splitting string with a string
- Index(es):
Relevant Pages
|