You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/10/02 11:37:33 UTC

DO NOT REPLY [Bug 23557] New: - WordUtils.capitalizeFully(String str) should take a delimiter

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23557>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23557

WordUtils.capitalizeFully(String str) should take a delimiter 

           Summary: WordUtils.capitalizeFully(String str) should take a
                    delimiter
           Product: Commons
           Version: 2.0 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Lang
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: pizzey@ntlworld.com


We would like to use capitalizeFully(String str) from 
org.apache.commons.lang.WordUtils to capitalise names.  Unfortunately we cannot 
capitalise the second part of a hyphenated name ("cholmondley-warner" 
becomes "Cholmondley-warner" not "Cholmondley-Warner") as capitalizeFully only 
separates words with spaces.

If capitalizeFully took a delimiter as an argument then we could pass in a 
hyphen and successfully capitalise our names.

Thanks,

Phil.

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