Uses of Interface
org.teavm.classlib.java.util.regex.TMatchResult
Packages that use TMatchResult
-
Uses of TMatchResult in org.teavm.classlib.java.util.regex
Classes in org.teavm.classlib.java.util.regex that implement TMatchResultModifier and TypeClassDescriptionclass
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.Methods in org.teavm.classlib.java.util.regex that return TMatchResultModifier and TypeMethodDescriptionTMatcher.toMatchResult()
Converts the current match into a separateTMatchResult
instance that is independent from this matcher.