I am trying to write a program that uses regular expressions. I need to search an html document and extract the links. I've tried googling many terms on reg ex, and am unable to find a decent tutorial that will show me how to search the whole document and extract the link information.
I want to store it all in a database with an auto increment id for the first field and the url in the second field and the clickable text in the third field.
Does anyone have any resources that might help me to do this? I had found a decent reg ex site a long time ago, but the book mark isn't saved on my pc any more.
Thanks for the help.