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
Hermann Hehn
NA
3
957
regex search term @"(<a.*?>.*?</a>)" for video
Apr 21 2016 4:43 PM
Hello,
i want to use this term:
MatchCollection m1 = Regex.Matches(file, @"(
<a.*?>.*?</a>
)", //hier muss ich den video filtern
RegexOptions.Singleline);
which is used to filter normal links
<a....>text</a>
to filter a video file like that:
<video src="https
://myopendir.co/stream/6GfY0_RrVZQ~1461353094~91.42.0.0~kIZOFSLj?mime=true" id="olvideo_html5_api" ......., "progressTips": {}, "wm": {}}}"
>
this does not work:
<video.*?>.*?</video>
Reply
Answers (
3
)
Css styles are not applying to downloaded pdf
Failed to load pdf document in c#