| Package | Description |
|---|---|
| org.aoju.bus.core.text.escape |
| Modifier and Type | Method and Description |
|---|---|
static NumericEscaper |
NumericEscaper.above(int codepoint)
Constructs a
NumericEscaper above the specified value (exclusive). |
static NumericEscaper |
NumericEscaper.below(int codepoint)
Constructs a
NumericEscaper below the specified value (exclusive). |
static NumericEscaper |
NumericEscaper.between(int codepointLow,
int codepointHigh)
Constructs a
NumericEscaper between the specified values (inclusive). |
static NumericEscaper |
NumericEscaper.outsideOf(int codepointLow,
int codepointHigh)
Constructs a
NumericEscaper outside of the specified values (exclusive). |
Copyright © 2019. All rights reserved.