I have the following string:
http://xxx/Content/SiteFiles/30/32531a5d-b0b1-4a8b-9029-b48f0eb40a34/05%20%20LEISURE.mp3?&mydownloads=true
How can I extract the part after 30/
? In this case, it's 32531a5d-b0b1-4a8b-9029-b48f0eb40a34
.I have another strings having same part upto 30/ and after that every string having different id upto next / which I want.