nv-string-good-key
v1.0.2
Published
nv-string-good-key ======================= - split a string of
Downloads
4
Readme
nv-string-good-key
- split a string of
/^[_a-zA-Z][a-zA-Z0-9]*$/install
- npm install nv-string-good-key
usage
const { split_without_check } = require("nv-string-good-key");example
0
split_without_check("_012abc___aqw78awd")
>
[
'_', 12,
'abc', '_',
'aqw', 78,
'awd'
]
> 0_0
0_1
1
1_0
1_1
METHODS
APIS
LICENSE
- ISC
