URL decoding: Difference between revisions

Content added Content deleted
(add section: Bash. link to UNIX Shell)
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
Line 1,840: Line 1,840:
Decoded URL: http://foo barè/</pre>
Decoded URL: http://foo barè/</pre>


=={{header|Vlang}}==
=={{header|V (Vlang)}}==
<syntaxhighlight lang="vlang">import net.urllib
<syntaxhighlight lang="v (vlang)">import net.urllib
fn main() {
fn main() {
for escaped in [
for escaped in [