Hi Guys!
I have the following string which is a URL, I need to get a code that comes from this url
Ex:
"NextLevel@gep.com.br/corp/rh/v1/work/status/employed/72846/espace?dateBegin=2007-01-03&dateEnd"
what do I need and the code that is in red
72846
can anybody help me?
Hi Fabios,
If your url will be in the above format then you can use the String_split server action and the delimiter you can provide is "/". String_split server action is available in text (extension) under manage dependency.
Thanks,
Mayur