This package has been deprecated

Author message:

i feel too much shame about this package

trim-left-zero

0.1.0 • Public • Published

#Trim left zero

Build Status

Simply removes leading zeros from string ##Installation

npm install trim-left-zero

##Usage

var trimLeftZero  = require('trim-left-zero');
var a = '000121212xxx';
a = trimLeftZero(a);
console.log(a); // outputs 121212xxx

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i trim-left-zero

    Weekly Downloads

    1

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • jehy-true