| Package | Description |
|---|---|
| temper.std.regex |
| Modifier and Type | Field and Description |
|---|---|
Group |
RegexRefs.group |
| Modifier and Type | Method and Description |
|---|---|
Group |
RegexRefs.getGroup() |
| Modifier and Type | Method and Description |
|---|---|
default Map<String,Group> |
Regex.find(String text__123) |
Map<String,Group> |
CompiledRegex.find(String text__200) |
| Modifier and Type | Method and Description |
|---|---|
default String |
Regex.replace(String text__126,
Function<Map<String,Group>,String> format__127) |
String |
CompiledRegex.replace(String text__203,
Function<Map<String,Group>,String> format__204) |
| Constructor and Description |
|---|
RegexRefs(@Nullable CodePoints codePoints__188,
@Nullable Group group__189) |
RegexRefs(@Nullable CodePoints codePoints__188,
@Nullable Group group__189,
@Nullable Or orObject__190) |
Copyright © 2023. All rights reserved.