Package | Description |
---|---|
org.teavm.classlib.java.util.regex |
Modifier and Type | Class and Description |
---|---|
class |
TMatcher
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.
|
Modifier and Type | Method and Description |
---|---|
TMatchResult |
TMatcher.toMatchResult()
Converts the current match into a separate
TMatchResult instance
that is independent from this matcher. |
Copyright © 2019. All rights reserved.