Package | Description |
---|---|
org.biojava.utils.regex |
This package is used to perform regular expression searches of
SymbolLists defined in arbitrary Alphabets.
|
Modifier and Type | Method and Description |
---|---|
void |
Search.addPattern(java.lang.String patternString,
boolean overlap)
add a search pattern to the searches to be conducted
by this object.
|
void |
Search.addPattern(java.lang.String label,
java.lang.String patternString,
boolean overlap)
add a search pattern to the searches to be conducted
by this object.
|
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.
|