1.0.1 • Published 2 years ago

extractnumbersonly v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

what is this?

This is used to extract Numbers only.

Installation

npm i extractnumbersonly --save

Then...

import {extractnumbersonly} from 'extractnumbersonly'

var str="hello1234world"

extractnumbersonly(str)

Package.Json //Add module to project package.json

"type":"module"

Options

Extract Numbers only

var str="hello1234world"

1.0.1

2 years ago

1.0.0

2 years ago