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
Abdullah Zafar
NA
4
3.2k
c#, Regex
Feb 5 2014 6:06 AM
Regex regExpPrice = new Regex("<div class=\"price\">\r\n (.*?)<\\/div>");
Regex regExpPrice = new Regex("<div class=\"price\">\r\n \\d.*(?=\\()<\\/div>");
i am scrapping a web site, and want to remove comma (,) in price.. I tried both.for example 1,300 => 1300(required)
how can i do that using regex..
Reply
Answers (
1
)
It is possible to give different Google API Key in ASP.NET?
How to set constant position in google map in c#