Uses of Package
org.biojava.utils.regex
Packages that use org.biojava.utils.regex
Package
Description
This package is used to perform regular expression searches of
SymbolLists defined in arbitrary Alphabets.
-
Classes in org.biojava.utils.regex used by org.biojava.utils.regexClassDescriptionThis class is analogous to java.util.Matcher except that it works on SymbolLists instead of Strings.A class analogous to java.util.regex.Pattern but for SymbolLists.A class that creates Patterns for regex matching on SymbolLists of a specific Alphabet.An exception thrown by classes of this package.Interface for a class that will recieve match information from this class.