regular expression

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

HI..

I´m doing a program that a search a string that you type in google and return the links that it find
The problem is that i need the regular expression string to use on the results page to extract the links

Can someone help me in this...
 
Search for the Google API. It's a much better approach than
screen-scraping.
-mike
MVP

Ricardo said:
HI...

I´m doing a program that a search a string that you type in google and return the links that it find.
The problem is that i need the regular expression string to use on the
results page to extract the links.
 
Back
Top