UNPKG

expletives

Version:

A list of expletives and some functions to test your strings for them

4 lines 114 B
export function nazi(text: string) { const r = new RegExp(`n+[a4|]+[z]+[i1l]s?`) return r.test(text) }