vscanf
v1.0.2
Published
ref. same functionality of scanf as available in c & php
Downloads
10
Readme
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.