Rebol Programming/dehex

USAGE:

DEHEX value 

DESCRIPTION:

Converts URL-style hex encoded (%xx) strings.

DEHEX is a native value.

ARGUMENTS

  • value -- The string to dehex (Type: any-string)

SOURCE CODE

dehex: native[
    "Converts URL-style hex encoded (%xx) strings." 
    value [any-string!] "The string to dehex"
]M4gsbGfB5mt/at+QwZTdjA