numbers-in-string
v1.0.0
Published
Extract numbers from a string.
Downloads
2
Readme
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 [email protected]
- Github: @joaquimnet
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2020 Joaquim Neto <[email protected]>. This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator