TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
adam
NA
1
0
cutting trailing characters out of a string
Nov 3 2007 3:59 PM
Hello C#ers
I am trying to create a parser in asp.net c# and have all the tags split into an array however.... the ending of the tags have code that I need to strip and I dont know how to do this. I need to cut out all the text that follows '>'.
right now I have something like
a[0] = body>text asdasd
a[1] = form>sadasdasdasdas
how do I just go delete all including > and after.
so that its
a[0] = body
a[1] = form
Thanks,
Riv
Reply
Answers (
1
)
C#/.Net/VS2005 - How can I write text onto the form of a webpage through
context menu strip for a button