Skip to content
angerangel edited this page Mar 15, 2013 · 1 revision

USAGE

   DEHEX value

DESCRIPTION

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

DEHEX is a native value.

ARGUMENTS

  • value -- The string to dehex (any-string!)

#SOURCE

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

Clone this wiki locally