Skip to main content

non_empty_trimmed

Function non_empty_trimmed 

Source
pub fn non_empty_trimmed(s: &str) -> Option<&str>
Expand description

Trims the string and returns None if the trimmed result is empty.