Rebol Programming/dehex

USAGE:

edit
DEHEX value 

DESCRIPTION:

edit

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

DEHEX is a native value.

ARGUMENTS

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

SOURCE CODE

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