Package | Description |
---|---|
net.sf.jabb.util.text |
Modifier and Type | Class and Description |
---|---|
class |
StringStartWithMatcher
Given a text string to be tested, and list of matching strings, find out which matching string the
text string starts with.
给定一个待检查的文本字符串,以及一批开头匹配字符串,看看待检查的文本字符串以哪个匹配字符串开头。 |
class |
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字符串以哪个匹配字符串开头。 |
Constructor and Description |
---|
StartWithMatcher(StartWithMatcher toBeCopied)
Create a copy, the copy will have exactly the same matching
definitions as the original copy.
创建一个副本,这个副本与原先的对象具有完全相同匹配方式。 |
Copyright © 2014. All Rights Reserved.