pub fn trim(s: &str) -> &strExpand 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) -> &strTrims ascii whitespace from the start and end of the string slice.
See also Parser::auto_trim to automatically trim strings.