ekstrakt

0.2.0 • Public • Published

Ekstrakt

Extract things from strings.

Install

npm i ekstrakt

Usage

const extract = require('ekstrakt')

const emails = extract.emails('string with mail@example.com')
// Returns: ['mail@example.com']

const email = extract.email('Mail <mail@example.com>')
// Returns: ['Mail', 'mail@example.com']

ISC licensed. Enjoy!

Readme

Keywords

none

Package Sidebar

Install

npm i ekstrakt

Weekly Downloads

32

Version

0.2.0

License

ISC

Unpacked Size

4.85 kB

Total Files

9

Last publish

Collaborators

  • eldoy