Github user arunvinudss commented on the issue:

    https://github.com/apache/commons-text/pull/46
  
    @chtompki The current implementation is based on these assumptions.
    
    - All delimiters are stripped off .
    - Space(32) is added as the default delimiter for all scenarios including 
null and empty delimiter array.
    - The boolean parameter for capitalizeFirstCharacter gets higher precedence 
than delimiters. For ex if '-' is the delimiter then -abc will give Abc  as 
output if true is set for capitalizeFirstCharacter. 
    - A string with no alphabets and only delimiters will return back the input 
with no changes. 
    
    Just made logical conclusions let me know if need any changes .



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to