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
prem 0
NA
1
0
Using RegEx with mete charecters
Sep 2 2005 7:10 AM
Hello friends,
I have problems in using RegEx.replace method
with meta-characters.
For ex: Regex.Replace("**", "/t");
Sincae * is the part of RegEx syntex it throes some errors.
I tried with "//*" and it works. But I want use many meta-charecters.
Its a console application. I want the users to input search string and reolace string.
Ex:
repit ** /t
(Replaceing two astrics with tab)
Escaping meta chars is not helping here....
Any tips?
Reply
Answers (
1
)
DataGrid Style problem
Require custom attributes at compile time