|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A regular expression that can be matched against a string.
RegexEngine
Method Summary | |
---|---|
boolean |
matches(java.lang.String str)
Tests whether this regular expression matches a string. |
Method Detail |
public boolean matches(java.lang.String str)
str
- the String to be tested
true
if str
matches this regular expression,
false
otherwise
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |