to_lower

Function to_lower 

Source
pub fn to_lower(s: &str) -> String
Expand description

Convert a string to lowercase

§Arguments

  • s - The string to convert

§Returns

The lowercase version of the string