We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f97e01 commit a081ed7Copy full SHA for a081ed7
README.md
@@ -60,8 +60,6 @@ php实现基于确定有穷自动机算法的铭感词过滤 https://packagist.o
60
$filterContent = $handle->replace($content, '***');
61
62
### 标记敏感词
63
-
64
- // 敏感词替换为*为例(会替换为相同字符长度的*)
65
$markedContent = $handle->mark($content, '<mark>', '</mark>');
66
67
### 获取文字中的敏感词
0 commit comments