< Rebol Programming

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

This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.