minhtvtb / ExtractNumbersOnly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About


Languages

Language:JavaScript 100.0%