0.1.0 • Published 6 years ago

parse-swap-title v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

parse-swap-title

Parses strings like this:

[US-MI] [H] Paypal [W] KUL ES-87

to this:

{
  "zone": "US",
  "region": "MI",
  "have": "Paypal",
  "type": "buying",
  "want": "KUL ES-87"
}

Usage

import parseTitle from 'parse-swap-title'

const result = parseTitle('[US-MI] [H] Paypal [W] KUL ES-87')