Methods in org.biojava.utils.regex that throw RegexException |
void |
Search.addPattern(String patternString,
boolean overlap)
add a search pattern to the searches to be conducted
by this object. |
void |
Search.addPattern(String label,
String patternString,
boolean overlap)
add a search pattern to the searches to be conducted
by this object. |
Pattern |
PatternFactory.compile(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(String pattern,
String label)
Returns a Pattern object that applies the specified regex
against SymbolLists in the Alphabet that this PatternFactory
was defined against. |