I'm trying to extract a query string variable which is URL encoded. I need to get the query variable from the following URL:
http://www.mysite.com/scripts/texis.exe ... c344436384
I tried to decode the query variable by using the following strfmt function:
<strfmt "%!U" $query>
But I get this result in $ret:
"ford mustang"
I need $ret to be equal to "ford mustang". How can I do this?
http://www.mysite.com/scripts/texis.exe ... c344436384
I tried to decode the query variable by using the following strfmt function:
<strfmt "%!U" $query>
But I get this result in $ret:
"ford mustang"
I need $ret to be equal to "ford mustang". How can I do this?