Hello fellows, i want a litle help to extract a specific path from URL, lets say my URL is:
https://buble.io/version-test/page1
How can I extract the last item from this path? In that case will be “page1”?
Tahnks for help
Hello fellows, i want a litle help to extract a specific path from URL, lets say my URL is:
https://buble.io/version-test/page1
How can I extract the last item from this path? In that case will be “page1”?
Tahnks for help
Hi there, @ricardogt… try using the :split by operator with the character to split by being a forward slash, and then add the :last item operator to the end of the expression.
Best…
Mike
Thanks!!!
This topic was automatically closed after 70 days. New replies are no longer allowed.