12
Views
1
Comments
Solved
Substring parts
Question

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?



2024-04-18 08-00-54
Mayur Shrirame
Solution

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.