hexDecode

Convert hexadecimal unicode (4 digits) string to string chars

Install

Install all functions of strman

yarn add strman

or just the hexDecode function

yarn add strman.hexdecode

Usage

import { hexDecode } from 'strman'
// OR
import hexDecode from 'strman.hexdecode'
Parameters:
Name Type Description
value String

Value to decode

Source:
Returns:

String decoded.

Type
String
Example
hexDecode('007300740072006d0061006e')
// => 'strman'