1.0.3 • Published 10 months ago

split-alpha-nums v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

split letters and numbers from a given string

The splitLettersAndNumbers method can return numbers and text to an array.

const splitLettersAndNumbers = require('split-alpha-nums');

console.log(splitLettersAndNumbers("aadf123")); ==> "123", "aadf"

1.0.3

10 months ago

1.0.2

10 months ago

1.0.0

10 months ago