public class RegexOptional extends RegexComposed implements IRegex
| Constructor and Description |
|---|
RegexOptional(IRegex partial) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.regex.Pattern |
getFull() |
count, createPartialMatch, getPartials, getPattern, getStartCount, match, matcherclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, createPartialMatch, getPatternpublic RegexOptional(IRegex partial)
protected java.util.regex.Pattern getFull()
getFull in class RegexComposed