I have this string:
"http://my/website/collections/index.php?s=1&schema=http:/my/web/fe7cd50991b11f51050902sddaf3e042bd5467/idApp=19"
I want to extract this token from the string: fe7cd50991b11f51050902sddaf3e042bd5467
the website can vary, but the only think cannot vary is that the string token i must obtain always is on the left of "/idApp="
Which is the most efficient way to solve that?
thanks.