ensure-oxford-commas

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

Usage no npm install needed!

<script type="module">
  import ensureOxfordCommas from 'https://cdn.skypack.dev/ensure-oxford-commas';
</script>

README

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!