Dim mc As MatchCollection = Regex.Matches(stringObject, "(?:\b[A-Z0-9_/.:]+\.(aspx|htm|html|php|asp|js|ascx)(\S+=\S+\"")?\b)|(?:<a[^>]*?>)", RegexOptions.IgnoreCase Or RegexOptions.ExplicitCapture)
Extract Links from the string
Tags:
.Net,
Regular Expression
I saw a lot of methods or regular expressions to extract all links from source of web page. but problem is that they use anchor href attribute. what would happen if links are in javascript. So I changed this criteria and search links using extensions. Here is the code
Related Posts :
.Net
- How to deploy Office Shared Add-in
- unable to create specified activex control Office add-in error
- Get Custom Document Properties / Document Information Panel Values using C#
- Managing custom task panes across multiple documents in shared add in for office 2007 using .NET
- Database Installation using VS setup
- Display Hierarchical Data with TreeView in ASP.NET
- Search Engine style paging in asp.net(C#)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment