1.0.6 • Published 7 years ago

racist v1.0.6

Weekly downloads
6
License
ISC
Repository
github
Last release
7 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

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago