hello guys,
I have a string like this:
mailto:?body=http://gallery.technet.microsoft.com/site/search?f%5B0%5D.Type=SearchText&f%5B0%5D.Value=powershell&f%5B1%5D.Type=RootCategory&f%5B1%5D.Value=printing&f%5B1%5D.Text=Printing&subject=TechNet Downloads and Scripts - IT Pro's
i want export the character btween "?body=" and "&" to variable.
what is the true way to do this?