On Sat, 18 May 2019 at 13:37, Gary Gregory wrote:
>
> Hi All:
>
> What do you all think about this addition for Commons Text (I currently do
> use it):
I think it's unnecessary and should not be added.
> import java.util.Locale;
>
> /**
> * Enumerates letter cases and converts strings.
> *
>
Hi All:
What do you all think about this addition for Commons Text (I currently do
use it):
import java.util.Locale;
/**
* Enumerates letter cases and converts strings.
*
* @author mailto:ggreg...@rocketsoftware.com";>Gary Gregory
*/
public enum LetterCase {
LOWER {
@Override