public class LikeUtil extends Object implements Serializable
Constructor and Description |
---|
LikeUtil(String pattern,
Character escape,
boolean ignorecase)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
compare(String compareString)
Execute the string.
|
void |
resetPattern(String pattern)
Resets the search pattern.
|
public boolean compare(String compareString)
compareString
- is the string to comparepublic void resetPattern(String pattern)
pattern
- is the new pattern to match against