NGS version 0.2.5 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:6042
Decodes URI component, unsecaping %XX hexadecimals
Example
decode_uri_component("ab%2Bc%25") # "ab+c%"