0.0.1 • Published 1 year ago

@w5/extract v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

@w5/extract

test/main.coffee :

#!/usr/bin/env coffee

> @w5/extract > extract extractLi
console.log extract('12<a>b</a>23','<a>','</a>')
for i from extractLi('<a>a</a>12<a>b</a>23','<a>','</a>')
  console.log i

output :

b
a
b
0.0.1

1 year ago