Modifier and Type | Field and Description |
---|---|
private boolean | |
private boolean | |
private RegularExpression | |
private boolean | |
private String |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | addRegexp(RegularExpression
the regular expression object
to be configured as an element regularExpression)A regular expression. |
public boolean | Returns: true if the string matches the regular expression patternImplements org. |
public void | |
public void | |
public void | |
public void | setSingleLine(boolean
the value to set. b)Whether to treat input as singleline ('.' matches newline). |
public void |
caseSensitive | back to summary |
---|---|
private boolean caseSensitive |
multiLine | back to summary |
---|---|
private boolean multiLine |
regularExpression | back to summary |
---|---|
private RegularExpression regularExpression |
singleLine | back to summary |
---|---|
private boolean singleLine |
string | back to summary |
---|---|
private String string |
Matches | back to summary |
---|---|
public Matches() |
addRegexp | back to summary |
---|---|
public void addRegexp(RegularExpression regularExpression) A regular expression. You can use this element to refer to a previously defined regular expression datatype instance
|
eval | back to summary |
---|---|
public boolean eval() throws BuildException Implements org. Doc from org. Is this condition true?
|
setCasesensitive | back to summary |
---|---|
public void setCasesensitive(boolean b) Whether to ignore case or not.
|
setMultiline | back to summary |
---|---|
public void setMultiline(boolean b) Whether to match should be multiline.
|
setPattern | back to summary |
---|---|
public void setPattern(String pattern) Set the regular expression to match against
|
setSingleLine | back to summary |
---|---|
public void setSingleLine(boolean b) Whether to treat input as singleline ('.' matches newline). Corresponds to java.util.regex.Pattern.DOTALL.
|
setString | back to summary |
---|---|
public void setString(String string) Set the string
|