Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0
-
None
-
None
-
Operating System: All
Platform: All
-
23557
Description
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.