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,
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
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
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