leet-decode

0.0.3 • Public • Published

leet-decode

npm module to convert a leet or 1337 string into a human-readable string.

Note that certain leet characters can be translated multiple ways, so this decode utility will return all possible permutations of the original string.

Install

npm install leet-decode

Use

const {decode} = require('leet-decode');

const result = decode('h3ll0');
// results -> ['hello']

See Also

leetscript

@cityssm/unleet

License

MIT

/leet-decode/

    Package Sidebar

    Install

    npm i leet-decode

    Weekly Downloads

    0

    Version

    0.0.3

    License

    MIT

    Unpacked Size

    3.5 kB

    Total Files

    5

    Last publish

    Collaborators

    • duereg