Hi, I have a html tag:
string html = "<a target=\"_blank\" href=\"http://www.google.com\">";
and I need to get the http://www.google.com
I know there is a smatch I can use, but how can I do this with an iterator?
I've tried this, not work..
thanks in advance.