i have this below response from a HTTP Get request
RESPONSE=You are about to purchase abcd package for 20 usd. Charge :1usd&encoding=0&SessionOp=end
I'm trying to get only "You are about to purchase abcd package for 20 usd. Charge :1usd"
to a string in java so that i can display it to the customer, but i'm not sure how.
Any help would be appreciated. thank you