|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RegexEngine
A provider of a regular expression matching capability.
Method Summary | |
---|---|
Regex |
compile(String str)
Compiles a string containing a regular expression into a Regex object. |
Method Detail |
---|
Regex compile(String str) throws RegexSyntaxException
Regex
object.
The Regex
object can be used to test whether a string matches the regular
expression.
str
- a String containing a regular expression
Regex
for str
RegexSyntaxException
- if str
is not a valid regular expression
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |