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
Neven
NA
16
0
Regex.Matches question
May 8 2010 11:26 AM
Please can someone tell me how is possible to put multiple 3rd argument in Regex.Matches function.
Declaration looks like this:
Regex.Matches(string, pattern, Regex.Options);
I need to include more than one Regexoptions.
I tried with:
Regex.Matches(string, pattern, RegexOptions.IgnoreCase && RegexOptions.Singleline && RegexOptions.Multiline);
and
Regex.Matches(string, pattern, RegexOptions.IgnoreCase + RegexOptions.Singleline + RegexOptions.Multiline);
but i get error here.
Is there any solution for that?
Thanks in advance
Reply
Answers (
2
)
sql server compact
Problem in Navigation from one userid to other