0.1.0 • Published 9 years ago

ensure-oxford-commas v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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!