package org.teavm.classlib.java.util.regex
-
Interface Summary
Holds the results of a successful match of a
TPattern
against a
given string.
-
Class Summary
Provides 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.
Represents a pattern used for matching, searching, or replacing strings.
-
Exception Summary
Encapsulates a syntax error that occurred during the compilation of a
TPattern
.