1.0.0 • Published 3 years ago

splitstringseparate v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

what is this?

This is used to extract string,number and symbol seperately.

Installation

npm i splitstringseparate --save

Then...

import {splitstringseparate} from 'splitstringseparate'

let stringss= "ASDD's 6786test#*&&&&s";

    splitstringseparate(stringss);

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

"type":"module"

Options

string consider all the alphabets,numbers and symbols.

1.0.0

3 years ago