pub fn trim(s: &str) -> &str
Expand description
Trims ascii whitespace from the start and end of the string slice.
See also Parser::auto_trim
to automatically trim strings.
pub fn trim(s: &str) -> &str
Trims ascii whitespace from the start and end of the string slice.
See also Parser::auto_trim
to automatically trim strings.