valust_utils::casing

Function to_lower

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

Converts a string to Lower.

Alias for to_case(Case::Lower).

Lowercase strings are delimited by spaces and all characters are lowercase.