Skip to main content

slugify

Function slugify 

Source
pub fn slugify(text: &str) -> String
Expand description

URL/file-safe slug: lowercase alphanumerics, single dashes, trimmed, capped.