Skip to main content

springheel.slugurl module

springheel.slugurl.slugify_url(txt: str)str

Convert a piece of text to a URL-like slug.

Parameters
txtstr

The string to convert.

Returns
str

The slugified string.