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
shiyaf s
NA
2
2.2k
C# regular Expressions
May 12 2014 5:16 AM
I have a regular expression like
tempString = Regex.Replace(tempString, @"[^a-zA-Z0-9\. \\/:*-\[\]]", "");
first "tempString" is assigned a value "
français (France)
" but after executing below mentioned expression the value got changed to "
fran?ais France"
so i want to retain the original string that assigned initially aven after executing the below expression .
So ahat should be the modifiction to be done on that expression for retaining all characters in my string?
Reply
Answers (
1
)
how to fetch database values from SQL table for HTML Page
How to automate a button click for a window