/UppercaseToCamelCase

This is a simple command line tool that will convert inputed Uppercase underscore seperated words to camel case.

Primary LanguageSwift

UppercaseToCamelCase

This will read from std using readLine() until it encounters a blank line. It will convert words formated like CAPITAL_LETTERS to capitalLetters