On Thu, 1 Jun 2017 at 16:31, Amey Jadiye <ameyjad...@gmail.com> wrote:
> +1 seems good to have in toolbox. pretty similar method I have seen in > Commons text WordUtils.capitalize() almost similar logic we will need here > ,just not to capitalize first word and join them all, I'm in favour of > having this in WordUtils. We've discussed deprecating WorldUtils once the wrapping methods are broken out into separate classes. I'm in favour of an individual class to do this work. > > Regards, > Amey > > On Thu, Jun 1, 2017, 7:33 PM Rob Tompkins <chtom...@gmail.com> wrote: > > > Hello all, > > > > Folks at my day job have a method that takes in a space delimited String > > (or arbitrarily delimited string for that matter), and returns a camel > > cased string. Is there any reason that this shouldn’t be in StringUtils? > It > > feels reasonable to me. What are folks thoughts? > > > > Cheers, > > -Rob > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > > For additional commands, e-mail: dev-h...@commons.apache.org > > > > >