NGS version 0.2.17 auto-generated documentation
Documentation index
The global namespace
decode_uri_component multimethod
decode_uri_component multimethod
Methods
decode_uri_component(
s:
Str
)
Source:
stdlib.ngs:8475
Decodes URI component, unsecaping %XX hexadecimals
Example
decode_uri_component("ab%2Bc%25") # "ab+c%"