4 lines
83 B
Raku
4 lines
83 B
Raku
|
|
my $url = 'http://foo bar/';
|
||
|
|
|
||
|
|
say $url.subst(/<-alnum>/, *.ord.fmt("%%%02X"), :g);
|