fn intersect_strings(a: &String, b: &String) -> String
Expand description

Get the character(S) in the second string that are also in the first string