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 |
---|---|
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.
|
Pattern |
Matcher.pattern()
Returns the Pattern object that compiled this Matcher.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Search.Listener.reportMatch(SymbolList seq,
Pattern pattern,
int start,
int end) |
Copyright © 2014 BioJava. All rights reserved.