1.0.6 • Published 9 years ago

racist v1.0.6

Weekly downloads
6
License
ISC
Repository
github
Last release
9 years ago

Racist Regex

A regular expression for matching racial slurs.

Installation

$ npm install racist

Usage

const racist = require('racist');

// Exact string comparison
racist({exact: true}).test('niqker'); // true
racist({exact: true}).test('LOL niqq3r'); // false

// Default string comparison
racist().test('n1kger'); // true
racist().test('strawberries'); //false

Contribute

  • Do you want me to add some words? Contact me!
1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago