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
Shubham Gangrade
NA
73
19.4k
how to create Regex for string which start with << and end with >>
Aug 27 2020 4:27 AM
Hi,
I am usng MVC dot net C# . i need to create a regex for string which start with << and end with >>.
between these angular bracetes anything can be possible string, numeric character, special character, space.
I created one
System.Text.RegularExpressions.Regex expr = new System.Text.RegularExpressions.Regex(@"<<[\w\s\#\:\,\|]+\>>");
but it is not fetching all the tokens.
Reply
Answers (
2
)
How to read barcode in asp.net mvc?
display view containing a modal datatable