B
Barry
Hi
I need to capture
/contract_info/index.asp?action=Delete&site=DB&id=17016852
from
dim s as string = "<a
href="javascript:NewWindow('/contract_info/index.asp?action=Delete&site=DB&id=17016852')">Details</a>"
Dim mtch As Match = Regex.Matches(s, """javascript:NewWindow((.*?)",
RegexOptions.Singleline Or RegexOptions.IgnoreCase)
Note: compiler will create problem on the 1st line ie dims as string =???
TIA
I need to capture
/contract_info/index.asp?action=Delete&site=DB&id=17016852
from
dim s as string = "<a
href="javascript:NewWindow('/contract_info/index.asp?action=Delete&site=DB&id=17016852')">Details</a>"
Dim mtch As Match = Regex.Matches(s, """javascript:NewWindow((.*?)",
RegexOptions.Singleline Or RegexOptions.IgnoreCase)
Note: compiler will create problem on the 1st line ie dims as string =???
TIA