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 |
---|---|
Matcher |
Pattern.matcher(SymbolList sl)
Creates a matcher that will match the given input against this pattern.
|
Matcher |
Matcher.reset()
Resets this matcher.
|
Matcher |
Matcher.reset(SymbolList sl)
Resets this matcher with a new input SymbolList.
|
Copyright © 2014 BioJava. All rights reserved.