Package org.miaixz.bus.core.text.dfa
Interface SensitiveProcessor
public interface SensitiveProcessor
敏感词过滤处理器,默认按字符数替换成*
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Method Summary
-
Method Details
-
process
敏感词过滤处理- Parameters:
foundWord- 敏感词匹配到的内容- Returns:
- 敏感词过滤后的内容,默认按字符数替换成*
-