regular expression for hrefs
|
This exp works
Dim strRegex As String = "href=[\""" + "\'](http:\/\/|\.\/|\/)?\w+(\.\w+)*(\/\w+(\.\w+)?)*(\/|\?\w*=\w*(&\w*=\w*)*)?[\""" + "\']"
BUt I find it does not pickup hrefs like:
href="../cgi-bin/counter/link.pl?id=5547"
its to do with the leading "../" of the link
how do i incorporate these?
|
__________________
Hey, Looking for entry level job in VB net programming. Got basic qualification, years of programming experience (mainly self taught) and good portfolio. (UK)
|