Skip to content

A nodejs module for detecting the long form of an abbreviation

Notifications You must be signed in to change notification settings

mitica/is-abbr-of

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published