June 2018 Update
This commit is contained in:
parent
ba8067c3b7
commit
22f33d4004
5278 changed files with 84726 additions and 14379 deletions
1
Task/URL-decoding/UNIX-Shell/url-decoding-1.sh
Normal file
1
Task/URL-decoding/UNIX-Shell/url-decoding-1.sh
Normal file
|
|
@ -0,0 +1 @@
|
|||
urldecode() { local u="${1//+/ }"; printf '%b' "${u//%/\\x}"; }
|
||||
5
Task/URL-decoding/UNIX-Shell/url-decoding-2.sh
Normal file
5
Task/URL-decoding/UNIX-Shell/url-decoding-2.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
urldecode http%3A%2F%2Ffoo%20bar%2F
|
||||
http://foo bar/
|
||||
|
||||
urldecode google.com/search?q=%60Abdu%27l-Bah%C3%A1
|
||||
google.com/search?q=`Abdu'l-Bahároot@
|
||||
Loading…
Add table
Add a link
Reference in a new issue