i have this string:
“asdasda=asdaskdmasd&asmda=asdasmda&ACK=Success&asdmas=asdakmsd&asmda=adasda”
i want to get the value after between the ACK and the & symbol, the value between the ACK and the & symbol can be changed…
thanks
i want the solution in ruby.
If you also want to reconstruct the query string (especially together with the rest of a URL), I would recommend looking into the
addressablegem.