dev%40bionic%2Dcomms%2Eco%2Euk
I want to turn the above back in to readable text. Can anyone tell me how? Thanks
EDIT Forgive my oversight, PHP is the language of choice!
dev%40bionic%2Dcomms%2Eco%2Euk
I want to turn the above back in to readable text. Can anyone tell me how? Thanks
EDIT Forgive my oversight, PHP is the language of choice!
In JavaScript: decodeURIComponent("dev%40bionic%2Dcomms%2Eco%2Euk")
Although this wasn't what you were after, for reference in C# you can use HttpUtility.UrlEncode
EDIT
UrlDecode :P
http://msdn.microsoft.com/en-us/library/system.web.httputility.urldecode.aspx