Hello,

How do i get only the string "Hello John" from that URL

https://xxxx.xxxx.xx/xxxx/xxxx/Hello John

I want to find the first occurance from the right to the left on the "/" character and extract that text.

Preferencly without using the number of characters because the URL may change

Thanks,