public static class Case.Upper extends Case
Case.Lower, Case.Upper
Constructor and Description |
---|
Upper()
Constructs a new Upper case simplifier.
|
Upper(Locale locale)
Constructs a new Upper 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 Upper(Locale locale)
locale
- to use in transformationpublic Upper()
Copyright © 2014–2018. All rights reserved.