Appearance
urlDecodeComponent(string) → string · URL
urlDecodeComponent(string) → string
URL-decode a component string (RFC 3986) — decodes %20 as spaces.
%20
string
urlDecodeComponent("hello%20world") // "hello world"