Skip to content

Commit a081ed7

Browse files
committed
修改说明
1 parent 6f97e01 commit a081ed7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ php实现基于确定有穷自动机算法的铭感词过滤 https://packagist.o
6060
$filterContent = $handle->replace($content, '***');
6161
6262
### 标记敏感词
63-
64-
// 敏感词替换为*为例(会替换为相同字符长度的*)
6563
$markedContent = $handle->mark($content, '<mark>', '</mark>');
6664

6765
### 获取文字中的敏感词

0 commit comments

Comments
 (0)