I have a my_variable variable with a value as a dynamic URL, for example -
http:
I want to make a substring on this dynamic URL to find the line after the last "/", that is, in the case of the above URL, I want to get the substring "ask"
How can I use MEL for this?
source
share