|
|
Browse by Tags
All Tags » javascript » HREF
-
I'm not sure exactly what this expression is doing (I can't parse regex), but I'd guess it's basically matching an href link:
/<a (.*?)href=[\'\"](.*?)\/\/([^\'\"]+?)[\'\"](.*?)>(.*?)<\/a>/i
I'd like to modify it so that it excludes any href link that starts with ...
|
|
|