public static class Case.Lower extends Case
Case.Lower, Case.Upper
Constructor and Description |
---|
Lower()
Deprecated.
|
Lower(Locale locale)
Constructs a new Lower case simplifier that will use the given
locale.
|
Modifier and Type | Method and Description |
---|---|
String |
simplify(String s)
Simplifiers the input string.
|
String |
toString() |
public Lower(Locale locale)
locale
- to use in transformation@Deprecated public Lower()
Copyright © 2014–2018. All rights reserved.