pub fn to_lower(s: impl AsRef<str>) -> String
Converts a string to Lower.
Lower
Alias for to_case(Case::Lower).
to_case(Case::Lower)
Lowercase strings are delimited by spaces and all characters are lowercase.