1.0.2 • Published 11 months ago

nv-string-good-key v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

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
1.0.2

11 months ago