Package | Description |
---|---|
org.teavm.classlib.java.util.regex |
Modifier and Type | Method and Description |
---|---|
static TPattern |
TPattern.compile(String pattern)
Compiles a regular expression, creating a new Pattern instance in the
process.
|
static TPattern |
TPattern.compile(String pattern,
int flags)
Compiles a regular expression, creating a new
Pattern instance in
the process. |
TPattern |
TMatcher.pattern()
Returns the
TPattern instance used inside this matcher. |
Modifier and Type | Method and Description |
---|---|
TMatcher |
TMatcher.usePattern(TPattern pattern)
Sets a new pattern for the
Matcher . |
Copyright © 2019. All rights reserved.