1.0.2 • Published 2 years ago

vscanf v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

vscanf

vscanf is a function created to help javascript developer to format the string dynamically likewise we do in c & php with printf & scanf.

Installation

Use the package manager npm https://www.npmjs.com/ to install.

npm i vscanf

Example

vscanf('gh %s hg %n fjk %s', 't1', 10000, 't3')

usage

%s => String %n => Number

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago