| Package | Description |
|---|---|
| temper.std.regex |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CodePart |
interface |
Special |
interface |
SpecialSet |
| Modifier and Type | Class and Description |
|---|---|
class |
Begin |
class |
Capture |
class |
CodePoints |
class |
CodeRange |
class |
CodeSet |
class |
Digit |
class |
Dot |
class |
End |
class |
Or |
class |
Repeat |
class |
Sequence |
class |
Space |
class |
Word |
class |
WordBoundary |
| Modifier and Type | Field and Description |
|---|---|
Regex |
CompiledRegex.data |
Regex |
Repeat.item |
Regex |
Capture.item |
| Modifier and Type | Field and Description |
|---|---|
List<Regex> |
Sequence.items |
List<Regex> |
Or.items |
| Modifier and Type | Method and Description |
|---|---|
Regex |
RegexFormatter.adjustCodeSet(CodeSet codeSet__268,
RegexRefs regexRefs__269) |
static Regex |
RegexGlobal.entire(Regex item__166) |
Regex |
CompiledRegex.getData() |
Regex |
Repeat.getItem() |
Regex |
Capture.getItem() |
| Modifier and Type | Method and Description |
|---|---|
List<Regex> |
Sequence.getItems() |
List<Regex> |
Or.getItems() |
| Modifier and Type | Method and Description |
|---|---|
static Regex |
RegexGlobal.entire(Regex item__166) |
String |
RegexFormatter.format(Regex regex__229) |
static Repeat |
RegexGlobal.oneOrMore(Regex item__168) |
static Repeat |
RegexGlobal.oneOrMore(Regex item__168,
@Nullable Boolean reluctant__169) |
static Repeat |
RegexGlobal.optional(Regex item__171) |
static Repeat |
RegexGlobal.optional(Regex item__171,
@Nullable Boolean reluctant__172) |
void |
RegexFormatter.pushRegex(Regex regex__233) |
| Constructor and Description |
|---|
Capture(String name__132,
Regex item__133) |
CompiledRegex(Regex data__194) |
Repeat(Regex item__162,
int min__163,
@Nullable Integer max__164) |
Repeat(Regex item__162,
int min__163,
@Nullable Integer max__164,
@Nullable Boolean reluctant__165) |
| Constructor and Description |
|---|
Or(List<Regex> items__156) |
Sequence(List<Regex> items__176) |
Copyright © 2023. All rights reserved.