valust_utils::casing

Function to_upper_flat

Source
pub fn to_upper_flat(s: impl AsRef<str>) -> String
Expand description

Converts a string to UpperFlat.

Alias for to_case(Case::UpperFlat).

Upper flat case strings are all uppercase, with no delimiter. Note that word boundaries are lost.