I want to be able to remove the entire start of a string except for just the end. For example:
http://www.website.com/images/a_image.png
That is my url/string. I want to remove most of the first bit of the string so it will end up being.
a_image.png
What is the most reliable and efficient way to do this?
1 Answer