url("http://localhost/garg/public/img/slides/9234385e2911fd07346cae2d78548d20.jpg")
I would like to get the 9234385e2911fd07346cae2d78548d20.jpg part.
I've tried to slice my way through, but it doesn't really work.
string.slice(0,-2);
string.slice(0,5);
....
But it's not very efficient. How can I do it elsewhy?