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
Mina
NA
1
0
replace first occurance
Jun 24 2007 10:41 PM
im trying to find a way in c# to replace first occurance of a regular expression in a string.
so if string = " found 1 found 2 found 3"
i want to do something like :
string = replacefirst("found","")
to give results:
string = " 1 found 2 found 3"
thanx
Reply
Answers (
1
)
Beginner help - typed dataset, sprocs, custom classes
simple string manipulation