0

I receive a String like this from a server request:

"/accounts/result?personId=3232323&beginning=langs&customerId=ID-sdf66hjklk"

So my question is: How could I get the value of "customerId", in this case it would be "ID-sdf66hjklk" This value might not be always at the end of the String, so i need to get this value and store it in a variable.

JoSO86
  • 3
  • 1
  • I think you need [this](https://stackoverflow.com/q/41421686/2227743). ("Get the value of URL Parameters") – Eric Aya Dec 01 '21 at 15:08

0 Answers0