ensure-oxford-commas

0.1.0 • Public • Published

ensure-oxford-commas

npm travis-status

Ensure or discover if Oxford commas are being used in English language text.

Install

> npm install ensure-oxford-commas

Usage

import { ensureOxfordCommas, isMissingOxfordCommas } from 'ensure-oxford-commas';
 
ensureOxfordCommas('Please choose between red, green and blue.');  // throws
ensureOxfordCommas('Please choose between red, green, and blue.'); // does not throw
 
isMissingOxfordCommas('Please choose between red, green and blue.');  // true
isMissingOxfordCommas('Please choose between red, green, and blue.'); // false

Author

Ken Dale

License

MIT

Contributions

They're welcome! Open an issue or send a pull request!

/ensure-oxford-commas/

    Package Sidebar

    Install

    npm i ensure-oxford-commas

    Weekly Downloads

    4

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • kendaleiv