@tcsss/python-str-format

0.1.1 • Public • Published

python-str-format

a python string format function

to install:

npm i @tcsss/python-str-format

how to use:

const format = require('format');

format('{} is Tom's birthday!', '4th May');
// => '4th May is Tom's birthday!'
format('{:*=9}', 'a');
// => '****a****'

/@tcsss/python-str-format/

    Package Sidebar

    Install

    npm i @tcsss/python-str-format

    Weekly Downloads

    0

    Version

    0.1.1

    License

    MIT

    Unpacked Size

    33 kB

    Total Files

    6

    Last publish

    Collaborators

    • tcsss