Re: Request to extend StringUtils: Check String length falls within interval

2018-08-20 Thread Woonsan Ko
On Mon, Aug 20, 2018 at 12:55 PM, sebb wrote: > On 20 August 2018 at 16:26, Lodewyk wrote: >> Hi, >> >> I would like to extend StringUtils. I looked through the GitHub repository >> and it was suggested that I check if the intended feature falls within the >> scope of Apache Commons Lang first. >

Re: Request to extend StringUtils: Check String length falls within interval

2018-08-20 Thread sebb
On 20 August 2018 at 16:26, Lodewyk wrote: > Hi, > > I would like to extend StringUtils. I looked through the GitHub repository > and it was suggested that I check if the intended feature falls within the > scope of Apache Commons Lang first. > > I intend on adding a function that will return eith

Request to extend StringUtils: Check String length falls within interval

2018-08-20 Thread Lodewyk
Hi, I would like to extend StringUtils. I looked through the GitHub repository and it was suggested that I check if the intended feature falls within the scope of Apache Commons Lang first. I intend on adding a function that will return either true or false if the length of a String is between a