RosettaCodeData/Task/URL-decoding/Apex/url-decoding.apex

3 lines
140 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
EncodingUtil.urlDecode('http%3A%2F%2Ffoo%20bar%2F', 'UTF-8');
EncodingUtil.urlDecode('google.com/search?q=%60Abdu%27l-Bah%C3%A1', 'UTF-8');