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
dev jan
1.5k
206
7k
How to Get Old String After Replce String in Regex in C#
Sep 23 2017 12:43 AM
Hello,
string str = "Computer & Web Solution / deva/sasasa@ww";
String stre = Regex.Replace(str, @"[^0-9a-zA-Z]+", "-");
My Result = Computer-Web-Solution-deva-sasasa-ww
How to get "Computer & Web Solution / deva/sasasa@ww" (Old String ) with Regex Or other Code
Reply
Answers (
1
)
Quiero la explicación de este código, de cada linea
how to create page 2 of excel template