///|
fn trim_owned(s : String) -> String {
  s.trim().to_string()
}