encode_uri_component multimethod

Methods

encode_uri_component(s:Str) Source: stdlib.ngs:7827
Encodes URI component, escaping with %XX hexadecimal codes.

Returns

Str

Example

encode_uri_component("ab+c%")  # "ab%2Bc%25"