Interface IRegex
- All Known Implementing Classes:
RegexComposed, RegexConcat, RegexLeaf, RegexOptional, RegexOr, RegexRepeatedOneOrMore, RegexRepeatedZeroOrMore
public interface IRegex
-
Method Summary
-
Method Details
-
getPattern
String getPattern() -
count
int count() -
createPartialMatch
-
match
-
matcher
-