How to get the a certain string from a complete string.
For ex: I have a complete string like below.
"http://serverurl.com/mediadata/Album.wav";
I need to get “Album.wav” from the above string. The name varies with different url string. How to get it?
Thanks.
You could use path components: