> Strips all non numeric characters.
npm install @brazilian-utils/helper-only-numbers> Strips all non numeric characters.
See our website http://brazilian-utils.github.io for more information or the issues associated with this package.
Using NPM:
``sh`
npm install @brazilian-utils/helper-only-numbers --save
using Yarn
`sh`
yarn add @brazilian-utils/helper-only-numbers
or using
`
`js``
onlyNumbers('527.328.336-12'); // 52732833612
onlyNumbers('123abc456?.#789xyz 0'); // 1234567890