Hello,
I am currently working on a little task to gather URLs i have used the LinkExtor thingy to get all the A tags from a document, i now wish to pickup just the file name from the end of a URL (e.g. http://www.fubar.com/fileXXX.txt)
i know what that the entension of the file will be, i think i just need an RE to get everything after the last "/" in the URL
Help please..