[][src]Function ranagrams::util::normalize

pub fn normalize(word: &str) -> String

A function that strips away characters of no interest -- spaces and punctuation characters, generally -- and removes unimportant distinctions like case. If one wishes to convert this code to a new alphabet this is likely the only things that needs fixing.