M
Martin Ho
In PHP is one function for extracting urls from the page, I would love
to convert to VB.NET.
This is how it looks in php:
preg_match_all("{
\b
$urls :
[$any] +?
(?=
[$punc] *
[^$any]
|
$
)
}x", $html,
$matches);
I will need someone who could also explain how to extract part of the
website between some specific tags, using this kind of function in
vb.net.
Thanks for all your help.
Sincerely,
Martin
to convert to VB.NET.
This is how it looks in php:
preg_match_all("{
\b
$urls :
[$any] +?
(?=
[$punc] *
[^$any]
|
$
)
}x", $html,
$matches);
I will need someone who could also explain how to extract part of the
website between some specific tags, using this kind of function in
vb.net.
Thanks for all your help.
Sincerely,
Martin