I have this string:
'/api/media-objects/e78c7cfa-e469-4edd-8a87-9517a5b9e5da'
I want to return only the id ('e78c7cfa-e469-4edd-8a87-9517a5b9e5da') after the last '/'. The id changes everytime I make an API call. How can I do that using any String functions?