Convert hexadecimal unicode (4 digits) string to string chars
Install
Install all functions of strman
yarn add strmanor just the hexDecode function
yarn add strman.hexdecodeUsage
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'