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