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
David Smith
NA
2k
0
Regex Hex Match
Mar 26 2012 1:22 AM
Can someone help me write the regex for recognizing any hex value, I am struggling
Regex regexHexMatch = new Regex("\b0x[a-fA-F0-9]+\b");
if (regexHexMatch.IsMatch(data.ColorValue))
{
continue;
}
else
{
//Do something
}
Reply
Answers (
8
)
Trigger
View State?