Interface Regex
-
public interface Regex
A regular expression that can be matched against a string.- See Also:
RegexEngine
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matches(java.lang.String str)
Tests whether this regular expression matches a string.
-