Methods in org.biojava.utils.regex that return Pattern |
Pattern |
PatternFactory.compile(java.lang.String pattern)
Returns a Pattern object that applies the specified regex
against SymbolLists in the Alphabet that this PatternFactory
was defined against. |
Pattern |
PatternFactory.compile(java.lang.String pattern,
java.lang.String label)
Returns a Pattern object that applies the specified regex
against SymbolLists in the Alphabet that this PatternFactory
was defined against. |
Pattern |
Matcher.pattern()
Returns the Pattern object that compiled this Matcher. |