update meta data
This commit is contained in:
parent
f3a896c724
commit
90e15ed6ce
3307 changed files with 1674 additions and 7 deletions
5
Task/URL-decoding/00DESCRIPTION
Normal file
5
Task/URL-decoding/00DESCRIPTION
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
This task (the reverse of [[URL encoding]]) is to provide a function or mechanism to convert an URL-encoded string into its original unencoded form.
|
||||
|
||||
'''Example'''
|
||||
|
||||
The encoded string "<code><nowiki>http%3A%2F%2Ffoo%20bar%2F</nowiki></code>" should be reverted to the unencoded form "<code><nowiki>http://foo bar/</nowiki></code>".
|
||||
Loading…
Add table
Add a link
Reference in a new issue