yegor256 / cactoos

Object-Oriented Java primitives, as an alternative to Google Guava and Apache Commons
https://www.cactoos.org
MIT License
736 stars 163 forks source link

new text manipulators #1677

Closed l3r8yJ closed 1 year ago

l3r8yJ commented 1 year ago

@victornoel we use this two classes in our project – StringsInCamelCase and NameInCamelCase. We think that some of this classes will be nice to have in cactoos or even both of them, what do you think?

victornoel commented 1 year ago

@l3r8yJ I see that @h1alexbel opened a PR for the first one: #1678

As for NameInCamelCase, I'm thinking that maybe it's too specific to be included in cactoos?

l3r8yJ commented 1 year ago

@victornoel yes, of course, I agree with you