@hackage slugify0.1.0.2
Convert text into slugs.
Categories
License
BSD-3-Clause
Maintainer
hapytexeu+gh@gmail.com
Links
Versions
Installation
Dependencies (3)
- base >=4.7 && <5
- text >=0.1
- unicode-transforms >=0.1.0.1 Show all…
Dependents (1)
@cardano/cardano-tracer
slugify
Make slugs in Haskell. This package is based on the
slugify function of Django [Django-doc].
Usage
One can make use of slugify, slugifyUnicode and slugifyWith from
the Text.Slugify module to convert a Text object to an equivalent
slug, for example:
*Text.Slugify Text.Slugify> slugify "Haskell 98 Language and Libraries"
"haskell-98-language-and-libraries"
slugify is not safe Haskell
slugify depends on unicode-transforms, which is not safe Haskell.
Contribute
You can contribute by making a pull request on the GitHub repository.
You can contact the package maintainer by sending a mail to
hapytexeu+gh@gmail.com.