Function ini_core::trim

source ·
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.