public final class Normalizer extends Object
| Constructor and Description |
|---|
Normalizer() |
| Modifier and Type | Method and Description |
|---|---|
static String |
lowerCase(String input)
Drops the input string to lower case.
|
static String |
normalize(String input)
Lower-cases and trims the input string.
|
static String |
normalize(String input,
boolean isStringLiteral)
If a string literal, just lower case the string; otherwise lower-case and trim.
|
Copyright © 2009–2022 Jonathan Hedley. All rights reserved.