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