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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to