- findAll(String, IWordContext) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordMap
-
返回所有对应的敏感词
- findAll(String) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
-
返回所有的敏感词
1.
- findAll(String, IWordResultHandler<R>) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
-
返回所有的敏感词
1.
- findAll(String) - 类 中的静态方法com.github.houbb.sensitive.word.core.SensitiveWordHelper
-
返回所有的敏感词
1.
- findAll(String, IWordResultHandler<R>) - 类 中的静态方法com.github.houbb.sensitive.word.core.SensitiveWordHelper
-
返回所有的敏感词
- findAll(String, IWordContext) - 类 中的方法com.github.houbb.sensitive.word.support.map.SensitiveWordMap
-
返回所有对应的敏感词
(1)结果是有序的
(2)为了保留所有的下标,结果从 v0.1.0 之后不再去重。
- findFirst(String, IWordContext) - 接口 中的方法com.github.houbb.sensitive.word.api.IWordMap
-
返回第一个对应的敏感词
- findFirst(String) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
-
返回第一个敏感词
(1)如果不存在,则返回 null
- findFirst(String, IWordResultHandler<R>) - 类 中的方法com.github.houbb.sensitive.word.bs.SensitiveWordBs
-
返回第一个敏感词
(1)如果不存在,则返回 null
- findFirst(String) - 类 中的静态方法com.github.houbb.sensitive.word.core.SensitiveWordHelper
-
返回第一个敏感词
(1)如果不存在,则返回 null
- findFirst(String, IWordResultHandler<R>) - 类 中的静态方法com.github.houbb.sensitive.word.core.SensitiveWordHelper
-
返回第一个敏感词
(1)如果不存在,则返回 null
- findFirst(String, IWordContext) - 类 中的方法com.github.houbb.sensitive.word.support.map.SensitiveWordMap
-
- format(char, IWordContext) - 接口 中的方法com.github.houbb.sensitive.word.api.ICharFormat
-
针对 char 格式化
- format(char, IWordContext) - 类 中的方法com.github.houbb.sensitive.word.support.format.CharFormatChain
-
- format(char, IWordContext) - 类 中的方法com.github.houbb.sensitive.word.support.format.IgnoreCaseCharFormat
-
- format(char, IWordContext) - 类 中的方法com.github.houbb.sensitive.word.support.format.IgnoreChineseStyleFormat
-
- format(char, IWordContext) - 类 中的方法com.github.houbb.sensitive.word.support.format.IgnoreEnglishStyleFormat
-
- format(char, IWordContext) - 类 中的方法com.github.houbb.sensitive.word.support.format.IgnoreNumStyleCharFormat
-
- format(char, IWordContext) - 类 中的方法com.github.houbb.sensitive.word.support.format.IgnoreWidthCharFormat
-
- format(String, IWordContext) - 类 中的静态方法com.github.houbb.sensitive.word.utils.InnerFormatUtils
-
格式化