Re: commons-lang3 - new functionality

2020-07-10 Thread Matt Sicker
There’s also the string substitutor classes, but they use a different syntax. There’s also MessageFormat in the JDK. On Fri, Jul 10, 2020 at 06:31 Gary Gregory wrote: > If this is for logging, most logging APIs like Log4j already provide this > type of functionality. > > Gary > > On Fri, Jul 10,

Re: commons-lang3 - new functionality

2020-07-10 Thread Gary Gregory
If this is for logging, most logging APIs like Log4j already provide this type of functionality. Gary On Fri, Jul 10, 2020, 07:19 Enrico Olivelli wrote: > Sergei, > doesn't java.lang.String#format fit your need ? > > just my 2 cents > Enrico > > Il giorno ven 10 lug 2020 alle ore 13:14 ha > sc

Re: commons-lang3 - new functionality

2020-07-10 Thread Enrico Olivelli
Sergei, doesn't java.lang.String#format fit your need ? just my 2 cents Enrico Il giorno ven 10 lug 2020 alle ore 13:14 ha scritto: > Hi, > > > > I am a Java Developer and during my development practice I have some new > functionality to provide for an Apache Commons Lang3 library - StringUtils

commons-lang3 - new functionality

2020-07-10 Thread sergei.visotsky
Hi, I am a Java Developer and during my development practice I have some new functionality to provide for an Apache Commons Lang3 library - StringUtils class. As is writted in CONTRIBUTING.md I would like to discuss with you first. The main purpose of a changes I would like to provide is to a