| 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 © 2021. All rights reserved.