I have a complete URL, say
http://www.mywebsite.com//Folder /Detals /Final Image /La Image Logo.jpg
Here in this NSString, I only want to fetch
[string lastPathComponent] should do the trick
[string lastPathComponent]