numbers-in-string
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Welcome to numbers-in-string 👋

Version Documentation Maintenance License: MIT

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

/numbers-in-string/

    Package Sidebar

    Install

    npm i numbers-in-string

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    15.7 kB

    Total Files

    15

    Last publish

    Collaborators

    • joaquimnet