Uses of Class
org.biojava.utils.regex.Matcher
Packages that use Matcher
Package
Description
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 MatcherModifier and TypeMethodDescriptionPattern.matcher
(SymbolList sl) Creates a matcher that will match the given input against this pattern.Matcher.reset()
Resets this matcher.Matcher.reset
(SymbolList sl) Resets this matcher with a new input SymbolList.