This package has been deprecated

Author message:

Development of this module has been stopped.

is-hex

1.1.3 • Public • Published

is-hex Build Status js-standard-style

Check if a string is a valid hexadecimal number.

Installation

$ npm install is-hex

Tests:

$ npm test

Usage

const isHex = require('is-hex')
 
isHex('08f67a') // true
isHex('08-f67a') // false
isHex('ffffffx') // false
isHex({}) // false
isHex([]) // false
isHex(88) // false
isHex(true) // false
isHex('0192') // true

License

MIT

Dependencies (0)

    Dev Dependencies (2)

    Package Sidebar

    Install

    npm i is-hex

    Weekly Downloads

    544

    Version

    1.1.3

    License

    MIT

    Last publish

    Collaborators

    • roryrjb