@3-/extract

0.0.1 • Public • Published

@3-/extract

test/main.coffee :

#!/usr/bin/env coffee

> @3-/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

Readme

Keywords

none

Package Sidebar

Install

npm i @3-/extract

Weekly Downloads

2

Version

0.0.1

License

Apache-2.0

Unpacked Size

1.31 kB

Total Files

3

Last publish

Collaborators

  • i18n-now