I have a string which is
file:///storage/emulated/0/Android/data/com.myapp/files/Pictures/00cb3b0b-45d5-486b-8f33-0fa3bf2285ff.jpg
And I want to extract the string after the last /
which will be 00cb3b0b-45d5-486b-8f33-0fa3bf2285ff.jpg
How can I extract the last part of this string and store it in a variable ?