Interface Regex
public interface Regex
A regular expression that can be matched against a string.
- See Also:
-
Method Summary
-
Method Details
-
matches
Tests whether this regular expression matches a string.- Parameters:
str- the String to be tested- Returns:
trueifstrmatches this regular expression,falseotherwise
-