R2D2
2008-06-29 11:31:29 UTC
Hi,
I need to parse a MS URL similar to this :
search:query=seattle&crumb=location:C%3A%5CMyFolder
(see http://msdn.microsoft.com/en-us/library/cc144083(VS.85).aspx)
I'm interested in reading the value of the QUERY parameter. What Indy
component/Windows API should I use ? TIdURI seems to be only able to
encode an URI, and in my case I need to extract a parameter in an URI.
Thanks.
I need to parse a MS URL similar to this :
search:query=seattle&crumb=location:C%3A%5CMyFolder
(see http://msdn.microsoft.com/en-us/library/cc144083(VS.85).aspx)
I'm interested in reading the value of the QUERY parameter. What Indy
component/Windows API should I use ? TIdURI seems to be only able to
encode an URI, and in my case I need to extract a parameter in an URI.
Thanks.