3 lines
64 B
Raku
3 lines
64 B
Raku
|
|
$url ~~ s:g[ '%' (<:hexdigit> ** 2) ] = chr :16(~$0);
|
||
|
|
say $url;
|