How to remove all types of video files in web page source code
sandhanamurali 22 weeks ago
I got full source code using URL and I removed all image tag using regular expression now I need to remove all type of video file using regular expression .
coding:
WebClient wb = new WebClient();
string storeDate;
storeDate = wb.DownloadString(textBox1.Text);
MessageBox.Show(storeDate);
string result4 = Regex.Replace(storeDate, @"]*>(?:\s*?)?", "", RegexOptions.IgnoreCase);
MessageBox.Show(result4);
Topic: Development
Answer this Question
Answers
1 total
Ask a question
Google is facing some tough questions from Congress over the privacy concerns raised by Glass, its fledgling augmented reality system for recording and receiving information on the fly. But on the ground at the company's I/O conference for developers, attendees are largely enthusiastic about the technology.
Google's Android OS has more than 900 million users, the company said Wednesday at its I/O event began in San Francisco.
Microsoft says its coding practices and its corporate management structure both comply with an international application security standard to encourage secure software development.
Forward-thinking dev shops mix methodologies, hire cross-functional coders -- beating old-guard shops to the hottest emerging app markets.
Canonical on Wednesday announced its next moves on the way to market with a Linux-powered phone.
The mobile industry's efforts to convince lawmakers that self-regulation alone is the best way to address growing concerns over privacy-invading mobile applications appears to be running into some headwind.
Here are a few things to think about in any cloud transition.
Facebook is retooling its famous "hackathon" all-night coding workshops to give engineers more time to conceive new products, hopefully with a focus on mobile.
All through the month of April, ad-supported Windows 8 apps have gotten no ads. That means no revenue for developers. What gives?
Unity Technologies will soon extend its cross-platform game development tools with an open beta trial targeting the BlackBerry 10 OS. It is inviting developers to register now to be among the first to get access.
White Papers & Webcasts
White Paper
Navigating the New Mobile World
White Paper
The App Happy Enterprise
See more White Papers | Webcasts







You might want to check out Web Monkey, it's a good developer's resource.
http://www.webmonkey.com