Package org.jparsec.pattern
Class ManyPattern
java.lang.Object
org.jparsec.pattern.Pattern
org.jparsec.pattern.ManyPattern
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintmatch(CharSequence src, int begin, int end) Matches character range against the pattern.(package private) static intmatchMany(Pattern pattern, CharSequence src, int len, int from, int acc) toString()