Capitalizes the first (16 bit) character of each word separated by one or more '_'.
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)
Lowercases the first (16 bit) character.
Lowercases the first (16 bit) character. (Warning: Not unicode-safe, uses String#apply)
Slick code generator string extension methods. (Warning: Not unicode-safe, uses String#apply)