I have a string (a url which is not fixed length) as follows:

http:\\www.yahoo.com\faq\my.jsp

I want to get 'my.jsp' from the whole string, that is, I want to the file name 'my.jsp'. It can be like

http:\\www.goto.com\ad\page1\you.html.

In this case, I want to get 'you.html'

Please tell me how to do it.

thanks