文件名称:profanity_checker:检查给定字符串中的脏话
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-24 07:19:07
PHP
*检查器 v1.0 现场示例: 基于用户友好表单的示例: ================== 检查给定字符串中的脏话。 如果字符串在 ProfanityChecker 类的*列表中包含*,则将返回 json 对象、纯文本对象或布尔值。 用 ____________ JSON 对象: yourwebsite.com/profanitychecker.php? json =Some text badword json结果: {"output":"some text _____"} 如果发现脏话,它将用“_____”替换该词作为默认值。 这可以更改为向链接添加附加变量。 yourwebsite.com/profanitychecker.php? json =Some text badword&options= 这将用“ ”替换默认字符。 json结果: {"output":
【文件预览】:
profanity_checker-master
----profanitychecker.php(7KB)
----MIT-LICENSE.md(1KB)
----README.md(2KB)