1.0.9 • Published 2 years ago

vn-badword v1.0.9

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

Vietnamese Bad Words

This package is for developers to be able to easily integrate bad word checking into their projects. This package can return bad words in array or regular expression (regex) form.

Enjoy!

Install

npm install vn-badword

Usage

const list = require('vn-badword'),
	array = list.array,
	regex = list.regex;
	// check string
const check = regex.test("Có làm thì mới có ăn, không làm mà đòi có ăn thì ăn con cặc.");
	console.log(check);

Changelog 1.0.8:

  • Cập nhật thêm nhận ký

1.0.7:

  • Cập nhật thêm từ khóa
1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago