Package | Description |
---|---|
net.sf.jabb.util.text | |
net.sf.jabb.util.text.word |
Class and Description |
---|
KeywordMatcher
To check which keywords a text matches, and for each matched keyword how many
occurrences are found.
检查文本当中匹配了哪些关键词,以及每个被匹配到的关键词出现了多少次。 |
MaskedText
A POJO for storing masked text.
|
MatchingDefinition
Definition of how the matching will should be done.
|
StartWithMatcher
To test which regular expression among several others can be matched by a given string
in the manner of "start with".
用来检查某一个字符串能同一组正则表达式中的哪一个符合“以此开头”形式的匹配。 |
StringStartWithMatcher
Given a text string to be tested, and list of matching strings, find out which matching string the
text string starts with.
给定一个待检查的文本字符串,以及一批开头匹配字符串,看看待检查的文本字符串以哪个匹配字符串开头。 |
UrlStartWithMatcher
Given a text string to be tested, and list of matching strings, find out which matching string the
text string starts with.
给定一个待检查的URL字符串,以及一批开头匹配字符串,看看待检查的URL字符串以哪个匹配字符串开头。 |
Class and Description |
---|
KeywordMatcher
To check which keywords a text matches, and for each matched keyword how many
occurrences are found.
检查文本当中匹配了哪些关键词,以及每个被匹配到的关键词出现了多少次。 |
StringStartWithMatcher
Given a text string to be tested, and list of matching strings, find out which matching string the
text string starts with.
给定一个待检查的文本字符串,以及一批开头匹配字符串,看看待检查的文本字符串以哪个匹配字符串开头。 |
Copyright © 2014. All Rights Reserved.