parse-swap-title
v0.1.0
Published
Parses strings like this:
Downloads
1
Readme
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')