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

Overview

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
npm install vn-badwords

# YARN
yarn add vn-badwords

Usage

const list = require('vn-badwords'),
	array = list.array,
	regexp = list.regexp;
let text = "Có làm thì mới có ăn, không làm mà đòi có ăn thì ăn con cặc.";

// e.g regex
const isRegexp = regexp.test(text);
// output: true

// e.g array
const isArray = array.includes(text);
// output: true

1.1.1-hotfix.2: Cập nhật một số từ, sửa đổi lại lỗi.

You might also like...

A lightweight, standalone package to integrate full PWA features into Remix 💿

A lightweight, standalone package to integrate full PWA features into Remix 💿

Remix PWA PWA integration & support for Remix Remix PWA is a lightweight, standalone npm package that adds full Progressive Web App support to Remix ?

Jan 3, 2023

NPM Package to integrate ONDC into Node.js backend

ondc-node This library can be used to integrate ONDC in JavaScript based applications. Package is developed in TypeScript and will work with Node.Js &

Dec 11, 2022

See a banned user's profile, their friends, their favorite games, their followers etc.

Roblox-Banned-User-Viewer AKA BanView See a banned user's profile, their friends, their favorite games, their followers etc. Ever wondered how to view

Nov 18, 2022

This project is a To-do list app which users can store and edit their Todo Tasks. Users can also change the order of their todo

Project This project is about a todo app bundling using webpack Additional description about the project and its features. Built With HTML CSS Javascr

Jun 17, 2022

This is a simple booklist app. The user is able to add and remove books to their list.

This is a simple booklist app. The user is able to add and remove books to their list.

Awesome project In this project, I made a simple website called Awesome Books. The user is able to add and remove books, the added books are arranged

Sep 1, 2022

A responsive JS that supports literal expression of HTML

A responsive JS that supports literal expression of HTML

WEBX 支持 View Model 混合书写 支持字面上声明模型绑定 其实这是个响应式的 JS ,只是额外支持了 HTML 的字面表达 和一般的 MV* 框架实现方式不太一样,WEBX 通过编译时语义分析转化将更改的响应最小化(不需要在运行时执行庞大的 VDOM 比对),更新效率大概是 VUE 的

Apr 26, 2022

Boost is a Microsoft Excel Add-in to help developers import large excel workbooks into their database using SQL queries

Boost is a Microsoft Excel Add-in to help developers import large excel workbooks into their database using SQL queries

Microsoft Excel Add-in for Developers About Us Boost is a Microsoft Excel Add-in to help developers import large excel workbooks into their database u

Sep 30, 2022

Build forms from JSON Schema. Easily template-able. Compatible with Bootstrap 3 out of the box.

JSON Form The JSON Form library is a JavaScript client-side library that takes a structured data model defined using JSON Schema as input and returns

Dec 28, 2022

This is a project that is used to execute python codes in the web page. You can install and use it in django projects, You can do any operations that can be performed in python shell with this package.

Django execute code This is a project that is used to execute python codes in the web page. You can install and use it in django projects, You can do

Nov 12, 2022
Comments
  • Đọc danh sách từ file

    Đọc danh sách từ file

    Không phải chê, chỉ là mong bạn đọc từ file ra thì sẽ đỡ cực hơn khi update thôi.

    image image

    hoặc xịn hơn nữa thì có thể gửi request đến server của bạn lấy cái list về, mình ví dụ vậy thôi chứ cũng chả biết có được không nếu như nó là 1 cái thư viện trên npm, nhưng chắc là được

    opened by uongsuadaubung 3
Owner
Nguyễn Quang Sáng
I am passionate about learning and exploring many different things and coding languages
Nguyễn Quang Sáng
A browser/Chrome extension that replaces Leftist #trigger words with "bad thing" and "current bad thing". Inspired by Tim Pool.

BadThings browser/Chrome extension replaces Leftist #trigger words with 'bad things' and 'current bad thing'. Quickstart This project uses React 18 an

Cale McCollough 2 Sep 5, 2022
Regular expression for Character classes

Regular expression for Character classes

言葉 7 Aug 21, 2022
We are creating a Library that would ensure developers do not reinvent the wheel anymore as far as Authentication is concerned. Developers can easily register and download authentication codes that suits their need at any point.

#AuthWiki Resource Product Documentation Figma Database Schema First Presentation Live Link API Documentation Individual Contributions User Activity U

Zuri Training 17 Dec 2, 2022
Serv is a platform for MSMEs to be able to easily find good vendors or services that are fits their needs.

Description Serv is a platform for MSMEs to be able to easily find good vendors or services that are fits their needs. For example, if someone wants t

null 3 Oct 3, 2022
A word list of the most common safe English words.

@cnakazawa/safe-word-list This package contains a list of about 2900 of the most used safe words in English with at least three characters or more. in

Christoph Nakazawa 9 Oct 8, 2022
This bot was created with the sole purpose of replying to messages with the word "que" with the word "so"

UselessComplete This bot was created with the sole purpose of replying to messages with the word "que" with the word "so" If you want tu support the b

ThisIsAName 6 Aug 30, 2022
Grupprojekt för kurserna 'Javascript med Ramverk' och 'Agil Utveckling'

JavaScript-med-Ramverk-Laboration-3 Grupprojektet för kurserna Javascript med Ramverk och Agil Utveckling. Utvecklingsguide För information om hur utv

Svante Jonsson IT-Högskolan 3 May 18, 2022
Hemsida för personer i Sverige som kan och vill erbjuda boende till människor på flykt

Getting Started with Create React App This project was bootstrapped with Create React App. Available Scripts In the project directory, you can run: np

null 4 May 3, 2022
Kurs-repo för kursen Webbserver och Databaser

Webbserver och databaser This repository is meant for CME students to access exercises and codealongs that happen throughout the course. I hope you wi

null 14 Jan 3, 2023