Another update from ingydotnet^djgoku
This commit is contained in:
parent
91df62d461
commit
948b86eafa
7604 changed files with 108452 additions and 22726 deletions
8
Task/URL-decoding/Oberon-2/url-decoding.oberon-2
Normal file
8
Task/URL-decoding/Oberon-2/url-decoding.oberon-2
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
MODULE URLDecoding;
|
||||
IMPORT
|
||||
URI := URI:String,
|
||||
Out := NPCT:Console;
|
||||
BEGIN
|
||||
Out.String(URI.Unescape("http%3A%2F%2Ffoo%20bar%2F"));Out.Ln;
|
||||
Out.String(URI.Unescape("google.com/search?q=%60Abdu%27l-Bah%C3%A1"));Out.Ln;
|
||||
END URLDecoding.
|
||||
Loading…
Add table
Add a link
Reference in a new issue