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.