Classes
Members
Methods
# static exports.slugify(text) → {string}
Slugifies the given text. Slugs can be used in URLs.
Parameters:
Name | Type | Description |
---|---|---|
text |
string | the text to slugify. |
a slugified string.
string