1.2.4 • Published 7 years ago

str_utils v1.2.4

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

str_utils

Some functions to format strings like in python.

Usage

npm install str_utils

Build & Test

npm run build
npm run test

Example

With TypeScript:

import { fmt } from "str_utils";

console.log(fmt("%5d", 1));

With JavaScript:

const { fmt } = require("str_utils");

console.log(fmt("%5d", 1));
1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.13

8 years ago

1.0.12

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago