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
Jay
NA
2
0
Extract particular data from a css file
Feb 12 2009 6:50 PM
Ok, here is the issue.
I have a xyz.css file which I read using the streamreader.
the file has text in the form
.Addfont { ......
.GridLayout {......
a.Master Layout {......
Now I need to extract the text between the '.' and '{'
In this case it would be
Addfont
GridLayout
Master Layout
How should I go about this.... I tried using the readline() method but it didn't work for the '{'
Please help me
Thank you
(Rate)
Reply
Answers (
1
)
Advice on Exception Handling.
How to load user controls dynamically on selectedIndexChanges?