Uses of Class
org.biojava.utils.regex.Matcher
-
Packages that use Matcher Package Description org.biojava.utils.regex This package is used to perform regular expression searches of SymbolLists defined in arbitrary Alphabets. -
-
Uses of Matcher in org.biojava.utils.regex
Methods in org.biojava.utils.regex that return Matcher Modifier and Type Method Description MatcherPattern. matcher(SymbolList sl)Creates a matcher that will match the given input against this pattern.MatcherMatcher. reset()Resets this matcher.MatcherMatcher. reset(SymbolList sl)Resets this matcher with a new input SymbolList.
-