Hi peeps,
Right This has probibly been asked a billion times but I can\'t find it anywhere and i just can\'t get regex stüff.
The thing i need to do is get all the links from a page? I got a html page as a string ($html_str) all i need is a regex that gets all the bits between href=\" and the next \" a put them in a array ($links). It\'s got to be case insensative so it doesn\'t matter if the page has href or HREF.
Also a address of a good regex tutorial would help.
Thanks.