Package org.teavm.classlib.java.util.regex
package org.teavm.classlib.java.util.regex
-
ClassDescriptionProvides a means of matching regular expressions against a given input, finding occurrences of regular expressions in a given input, or replacing parts of a given input.Holds the results of a successful match of a
TPatternagainst a given string.Represents a pattern used for matching, searching, or replacing strings.Encapsulates a syntax error that occurred during the compilation of aTPattern.