Skip to main content

clean_index_key

Function clean_index_key 

Source
pub fn clean_index_key(key: &str) -> String
Expand description

Clean string for use in index keys (Perl: CleanIndexKey) Applies NFC normalization and removes trailing punctuation.