1.0.0 ā€¢ Published 4 years ago

numbers-in-string v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Extract numbers from a string.

Install

npm install numbers-in-string

Usage

numbers('I have 25 sandwiches and 8 sodas. It cost me $44.30.'); // -> [25, 8, 44.3]

Run tests

npm test

Author

šŸ‘¤ Joaquim Neto joaquimmy@yahoo.com

Show your support

Give a ā­ļø if this project helped you!

šŸ“ License

Copyright Ā© 2020 Joaquim Neto <joaquimmy@yahoo.com>. This project is MIT licensed.


This README was generated with ā¤ļø by readme-md-generator