sindresorhus / mapcode

Find mapcodes in a string

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Find mapcodes in a string

License:MIT License


Languages

Language:JavaScript 100.0%