jar

com.github.houbb : sensitive-word

Maven & Gradle

Jun 10, 2023
3 usages
1.7k stars

sensitive-word · The sensitive word tool for java with DFA.

Table Of Contents

Latest Version

Download com.github.houbb : sensitive-word JAR file - Latest Versions:

All Versions

Download com.github.houbb : sensitive-word JAR file - All Versions:

Version Vulnerabilities Size Updated
0.8.x
0.7.x
0.6.x
0.5.x
0.4.x
0.3.x
0.2.x
0.1.x
0.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window sensitive-word-0.8.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.houbb.sensitive.word.bs

├─ com.github.houbb.sensitive.word.bs.SensitiveWordBs.class - [JAR]

├─ com.github.houbb.sensitive.word.bs.SensitiveWordContext.class - [JAR]

com.github.houbb.sensitive.word.constant

├─ com.github.houbb.sensitive.word.constant.WordConst.class - [JAR]

com.github.houbb.sensitive.word.support.replace

├─ com.github.houbb.sensitive.word.support.replace.WordReplaceChar.class - [JAR]

├─ com.github.houbb.sensitive.word.support.replace.WordReplaces.class - [JAR]

com.github.houbb.sensitive.word.support.format

├─ com.github.houbb.sensitive.word.support.format.WordFormatIgnoreCase.class - [JAR]

├─ com.github.houbb.sensitive.word.support.format.WordFormatIgnoreChineseStyle.class - [JAR]

├─ com.github.houbb.sensitive.word.support.format.WordFormatIgnoreEnglishStyle.class - [JAR]

├─ com.github.houbb.sensitive.word.support.format.WordFormatIgnoreNumStyle.class - [JAR]

├─ com.github.houbb.sensitive.word.support.format.WordFormatIgnoreWidth.class - [JAR]

├─ com.github.houbb.sensitive.word.support.format.WordFormatInit.class - [JAR]

├─ com.github.houbb.sensitive.word.support.format.WordFormatNone.class - [JAR]

├─ com.github.houbb.sensitive.word.support.format.WordFormats.class - [JAR]

com.github.houbb.sensitive.word.constant.enums

├─ com.github.houbb.sensitive.word.constant.enums.WordContainsTypeEnum.class - [JAR]

├─ com.github.houbb.sensitive.word.constant.enums.WordValidModeEnum.class - [JAR]

com.github.houbb.sensitive.word.support.combine.format

├─ com.github.houbb.sensitive.word.support.combine.format.AbstractWordFormatCombine.class - [JAR]

├─ com.github.houbb.sensitive.word.support.combine.format.WordFormatCombine.class - [JAR]

├─ com.github.houbb.sensitive.word.support.combine.format.WordFormatCombines.class - [JAR]

com.github.houbb.sensitive.word.api.context

├─ com.github.houbb.sensitive.word.api.context.InnerSensitiveWordContext.class - [JAR]

com.github.houbb.sensitive.word.support.combine.check

├─ com.github.houbb.sensitive.word.support.combine.check.AbstractWordCheckCombine.class - [JAR]

├─ com.github.houbb.sensitive.word.support.combine.check.WordCheckCombine.class - [JAR]

├─ com.github.houbb.sensitive.word.support.combine.check.WordCheckCombines.class - [JAR]

com.github.houbb.sensitive.word.api.combine

├─ com.github.houbb.sensitive.word.api.combine.IWordAllowDenyCombine.class - [JAR]

├─ com.github.houbb.sensitive.word.api.combine.IWordCheckCombine.class - [JAR]

├─ com.github.houbb.sensitive.word.api.combine.IWordFormatCombine.class - [JAR]

com.github.houbb.sensitive.word.support.data

├─ com.github.houbb.sensitive.word.support.data.AbstractWordData.class - [JAR]

├─ com.github.houbb.sensitive.word.support.data.WordDataHashMap.class - [JAR]

├─ com.github.houbb.sensitive.word.support.data.WordDataTree.class - [JAR]

├─ com.github.houbb.sensitive.word.support.data.WordDataTreeNode.class - [JAR]

├─ com.github.houbb.sensitive.word.support.data.WordDatas.class - [JAR]

com.github.houbb.sensitive.word.api

├─ com.github.houbb.sensitive.word.api.ISensitiveWord.class - [JAR]

├─ com.github.houbb.sensitive.word.api.IWordAllow.class - [JAR]

├─ com.github.houbb.sensitive.word.api.IWordCheck.class - [JAR]

├─ com.github.houbb.sensitive.word.api.IWordContext.class - [JAR]

├─ com.github.houbb.sensitive.word.api.IWordData.class - [JAR]

├─ com.github.houbb.sensitive.word.api.IWordDeny.class - [JAR]

├─ com.github.houbb.sensitive.word.api.IWordFormat.class - [JAR]

├─ com.github.houbb.sensitive.word.api.IWordReplace.class - [JAR]

├─ com.github.houbb.sensitive.word.api.IWordResult.class - [JAR]

├─ com.github.houbb.sensitive.word.api.IWordResultHandler.class - [JAR]

com.github.houbb.sensitive.word.utils

├─ com.github.houbb.sensitive.word.utils.InnerWordCharUtils.class - [JAR]

├─ com.github.houbb.sensitive.word.utils.InnerWordFormatUtils.class - [JAR]

├─ com.github.houbb.sensitive.word.utils.InnerWordNumUtils.class - [JAR]

com.github.houbb.sensitive.word.support.deny

├─ com.github.houbb.sensitive.word.support.deny.WordDenyInit.class - [JAR]

├─ com.github.houbb.sensitive.word.support.deny.WordDenySystem.class - [JAR]

├─ com.github.houbb.sensitive.word.support.deny.WordDenys.class - [JAR]

com.github.houbb.sensitive.word.support.allow

├─ com.github.houbb.sensitive.word.support.allow.WordAllowInit.class - [JAR]

├─ com.github.houbb.sensitive.word.support.allow.WordAllowSystem.class - [JAR]

├─ com.github.houbb.sensitive.word.support.allow.WordAllows.class - [JAR]

com.github.houbb.sensitive.word.support.result

├─ com.github.houbb.sensitive.word.support.result.WordResult.class - [JAR]

├─ com.github.houbb.sensitive.word.support.result.WordResultHandlerRaw.class - [JAR]

├─ com.github.houbb.sensitive.word.support.result.WordResultHandlerWord.class - [JAR]

├─ com.github.houbb.sensitive.word.support.result.WordResultHandlers.class - [JAR]

com.github.houbb.sensitive.word.support.check

├─ com.github.houbb.sensitive.word.support.check.AbstractConditionWordCheck.class - [JAR]

├─ com.github.houbb.sensitive.word.support.check.AbstractWordCheck.class - [JAR]

├─ com.github.houbb.sensitive.word.support.check.WordCheckEmail.class - [JAR]

├─ com.github.houbb.sensitive.word.support.check.WordCheckInit.class - [JAR]

├─ com.github.houbb.sensitive.word.support.check.WordCheckNone.class - [JAR]

├─ com.github.houbb.sensitive.word.support.check.WordCheckNum.class - [JAR]

├─ com.github.houbb.sensitive.word.support.check.WordCheckResult.class - [JAR]

├─ com.github.houbb.sensitive.word.support.check.WordCheckUrl.class - [JAR]

├─ com.github.houbb.sensitive.word.support.check.WordCheckWord.class - [JAR]

├─ com.github.houbb.sensitive.word.support.check.WordChecks.class - [JAR]

com.github.houbb.sensitive.word.support.combine.allowdeny

├─ com.github.houbb.sensitive.word.support.combine.allowdeny.AbstractWordAllowDenyCombine.class - [JAR]

├─ com.github.houbb.sensitive.word.support.combine.allowdeny.WordAllowDenyCombine.class - [JAR]

├─ com.github.houbb.sensitive.word.support.combine.allowdeny.WordAllowDenyCombines.class - [JAR]

com.github.houbb.sensitive.word.core

├─ com.github.houbb.sensitive.word.core.AbstractSensitiveWord.class - [JAR]

├─ com.github.houbb.sensitive.word.core.SensitiveWord.class - [JAR]

├─ com.github.houbb.sensitive.word.core.SensitiveWordHelper.class - [JAR]

├─ com.github.houbb.sensitive.word.core.SensitiveWords.class - [JAR]

com.github.houbb.sensitive.word.exception

├─ com.github.houbb.sensitive.word.exception.SensitiveWordException.class - [JAR]

Advertisement

Dependencies from Group

Aug 03, 2023
235 usages
33 stars
May 06, 2020
75 usages
Aug 04, 2020
49 usages
Aug 04, 2020
26 usages
Jul 03, 2022
20 usages

Discover Dependencies

May 06, 2020
4 usages
Dec 30, 2019
2 stars
Jan 02, 2020
1 usages
0 stars
Jun 23, 2021
15 stars
Nov 06, 2022
2 usages
2 stars
Nov 06, 2022
3 usages
2 stars
Jan 29, 2020
1 stars
Jan 18, 2020
0 stars