REBOL Programming/dehex

< REBOL Programming

USAGE:

DEHEX value 

DESCRIPTION:

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

DEHEX is a native value.

ARGUMENTS

SOURCE CODE

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

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