1.0.0 • Published 9 years ago

hexsplit v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

hexsplit

splits a hexidecimal string into its hex character pairs.

example

> var h = require('hexsplit');
undefined
> h('5f4af7e27a2e7c4f5099d3edcda126f0');
[ '5f',
  '4a',
  'f7',
  'e2',
  '7a',
  '2e',
  '7c',
  '4f',
  '50',
  '99',
  'd3',
  'ed',
  'cd',
  'a1',
  '26',
  'f0' ]
1.0.0

9 years ago