org.jacorb.notification.util
Class JakartaRegexpPatternWrapper
public class JakartaRegexpPatternWrapper
Version:
- Alphonse Bendt
void | compile(String patternString)
|
int | match(String string) - Match the given input against this pattern.
|
String | toString()
|
JakartaRegexpPatternWrapper
public JakartaRegexpPatternWrapper()
compile
public void compile(String patternString)
- compile in interface PatternWrapper
match
public int match(String string)
Match the given input against this pattern.
- match in interface PatternWrapper
- the index of the last character matched, plus one or zero.
toString
public String toString()