Uses of Class
org.biojava.utils.regex.RegexException
-
Packages that use RegexException Package Description org.biojava.utils.regex This package is used to perform regular expression searches of SymbolLists defined in arbitrary Alphabets. -
-
Uses of RegexException in org.biojava.utils.regex
Methods in org.biojava.utils.regex that throw RegexException Modifier and Type Method Description voidSearch. addPattern(String patternString, boolean overlap)add a search pattern to the searches to be conducted by this object.voidSearch. addPattern(String label, String patternString, boolean overlap)add a search pattern to the searches to be conducted by this object.PatternPatternFactory. compile(String pattern)Returns a Pattern object that applies the specified regex against SymbolLists in the Alphabet that this PatternFactory was defined against.PatternPatternFactory. 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.
-