mitica / is-abbr-of

A nodejs module for detecting the long form of an abbreviation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is-abbr-of

A nodejs module for detecting the long form of an abbreviation.

Usage

const isAbbrOf = require('is-abbr-of);

isAbbrOf('USFJ', 'United States Forces Japan'); // true
isAbbrOf('MEC', 'Mountain Equipment Co-Op'); // true
isAbbrOf('RBI', 'Reserve Bank of India'); // true

About

A nodejs module for detecting the long form of an abbreviation


Languages

Language:JavaScript 57.0%Language:TypeScript 43.0%