Package | Description |
---|---|
org.teavm.classlib.java.util.regex |
Modifier and Type | Method and Description |
---|---|
TMatcher |
TMatcher.appendReplacement(StringBuffer buffer,
String replacement)
Appends a literal part of the input plus a replacement for the current
match to a given
StringBuffer . |
TMatcher |
TPattern.matcher(CharSequence input)
Returns a
TMatcher for the Pattern and a given input. |
TMatcher |
TMatcher.region(int start,
int end)
Resets this matcher and sets a region.
|
TMatcher |
TMatcher.reset()
Resets the
Matcher . |
TMatcher |
TMatcher.reset(CharSequence input)
Provides a new input and resets the
Matcher . |
TMatcher |
TMatcher.useAnchoringBounds(boolean value)
Determines whether this matcher has anchoring bounds enabled or not.
|
TMatcher |
TMatcher.usePattern(TPattern pattern)
Sets a new pattern for the
Matcher . |
TMatcher |
TMatcher.useTransparentBounds(boolean value)
Determines whether this matcher has transparent bounds enabled or not.
|
Copyright © 2019. All rights reserved.