Re: [Text] Case conversion

2019-05-19 Thread sebb
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. > * >

[Text] Case conversion

2019-05-18 Thread Gary Gregory
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