is-abbr-of
v0.1.2
Published
A nodejs module for detecting the long form of an abbreviation
Downloads
138
Maintainers
Readme
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