mapcode

Find mapcodes in a string


License
MIT
Install
bower install mapcode

Documentation

mapcode

Find mapcodes in a string

Install

npm install --save mapcode

Usage

import mapcode from 'mapcode';

mapcode('Find these FRA 4J.Q2 Hawaii ZSR.3J mapcodes');
//=> ['FRA 4J.Q2', 'Hawaii ZSR.3J']

Related