URL decoding: Difference between revisions

Line 805:
</syntaxhighlight>
<syntaxhighlight lang="java">
URLDecoder.decode(string"http%3A%2F%2Ffoo%20bar%2F", StandardCharsets.UTF_8)
</syntaxhighlight>
Alternately, you could use a regular expression capture
118

edits