RosettaCodeData/Task/URL-decoding/Java/url-decoding-1.java

3 lines
70 B
Java

import java.net.URLDecoder;
import java.nio.charset.StandardCharsets;