Rebol Programming/dehex

From Wikibooks, open books for an open world
Jump to navigation Jump to search

USAGE:

[edit | edit source]
DEHEX value 

DESCRIPTION:

[edit | edit source]

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

DEHEX is a native value.

ARGUMENTS

[edit | edit source]
  • value -- The string to dehex (Type: any-string)

SOURCE CODE

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