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