SunPy 3.0.1
Slugify given unicode text.
text (str) – A str to slugify.
str
delim (str, optional) – The delimiter for the input text. Default is “_”.
text
str – The slugify str name.