function
NormalizeSlug
func NormalizeSlug(value string) stringNormalize a source or manual value with the deterministic server slug contract.
ASCII letters are lowercased, digits and underscores retained, whitespace and hyphen runs collapsed, and other characters removed.