1.0.5 • Published 3 years ago

verification-sensitive v1.0.5

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

使用

// 导入敏感词过滤方法
import {replace,filtion} from "verification-sensitive";

// 使用replace 返回值为 字符串(被替换后的字符串)
let str = replace("检索词","替换字符");

// 使用 返回值为 Boolean类型(true含有敏感词,false无敏感词)
let flag = filtion("检索词");
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago