-
(Un)escape function
Hi,
Does anyone know if there are ASP equivalents of the Javascript functions
escape and unescape. These functions turn a string to and from their hex/ascii
equivalents.
E.g.
escape("test string") = "test%20string"
unescape("test%20string") = "test string"
I am in the process of writing these functions, but don't want to waste time
if they already exist, etc.
Thanks,
Chris
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|