How to remove all flash objects from html with regex , code needed at c#
How to remove all flash objects from html with regex , cod开发者_Go百科e needed at c#
Regex will remove all html objects from html so there will be no flash based objects at results
I dont think Regular Expressions is your best choice for this task, you should use the HTML Agility Pack: http://htmlagilitypack.codeplex.com/
精彩评论