I have a string test in which I can see VD1 and and VD2. How can I extract the value of VD1 and VD2 and store it in string.
String test =
"DomainName=xyz.zzz.com
&ModifiedOn=03%2f17%2f2015
&VD1=MTMwMDE3MDQ%3d
&VD2=B67E48F6969E99A0BC2BEE0E240D2B5C
&SiteLanguage=English"
Here value of VD1=MTMwMDE3MDQ%3d
and VD2=B67E48F6969E99A0BC2BEE0E240D2B5C
. But these are the dynamic values. Here VD1 and VD2 are seperated by '&'.