pub fn normalize_casing(input: &str) -> String
Normalizes input such as abcDef, AbcDef, abc-def to the normalized form of abc_def
abcDef
AbcDef
abc-def
abc_def