slugify
English
Etymology
Verb
slugify (third-person singular simple present slugifies, present participle slugifying, simple past and past participle slugified)
- (programming, uncommon, transitive) To transform (a text string) into a slug (resource name), such as "Paris, France" into "paris-france".
- 2020, Nigel George, Mastering Django, GNW Independent Publishing, page 68:
- The
slugifyfilter will slugify the given string: […]