Claudenw commented on PR #552:
URL: https://github.com/apache/commons-text/pull/552#issuecomment-2131213314

   The test does a cross product of cases.
   
   I find that using `WordUtils.capitalise()` and `WordUitls.uncapitalise()` 
can address the capitalisation SnakeCase issues.  I found I need to generate 
both Java Class names and argument names.
   
   My strategy here is take what was originally provided and use that.  If 
character case changes are required the user can do so in the calling code.
   
   Adding a pair of methods to get the segments as a `String[]` and to take a 
`String[]` and create the phrase might be a useful addition.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to