public class RegExpCriteria extends Object
Modifier and Type | Field and Description |
---|---|
static String |
_rcsid |
protected boolean |
isInsensitive
If true, means the regexp is case insensitive.
|
protected String |
regExp
The regexp string.
|
Constructor and Description |
---|
RegExpCriteria(String regExp,
boolean isInsensitive)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
String |
getRegexpString()
Get regexp string.
|
boolean |
isInsensitive()
Get whether case insensitive or not.
|
public static final String _rcsid
protected boolean isInsensitive
protected String regExp
public RegExpCriteria(String regExp, boolean isInsensitive)
public String getRegexpString()
public boolean isInsensitive()