|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Regex
A regular expression that can be matched against a string.
RegexEngine
Method Summary | |
---|---|
boolean |
matches(String str)
Tests whether this regular expression matches a string. |
Method Detail |
---|
boolean matches(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 |