pub fn get<'s>(s: &'s str, k: &str) -> Option<&'s str>
Get the a &str-value for a &str-key according to the parameters format.
&str