Capitalizes the first (16 bit) character of each word separated by one or more ''. Lower cases all other characters.
Removes one '' from each sequence of one or more subsequent '_' (to avoid collision).
(Warning: Not unicode-safe, uses String#apply)
Capitalizes the first (16 bit) character of each word separated by one or more ''. Lower cases all other characters.
Removes one '' from each sequence of one or more subsequent '_' (to avoid collision).
(Warning: Not unicode-safe, uses String#apply)