Popularity
4.1
Declining
Activity
0.0
Stable
5
3
2

Monthly Downloads: 35
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data    
Latest version: v1.0.0

stringprep alternatives and similar packages

Based on the "Data" category.
Alternatively, view stringprep alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of stringprep or a related project?

Add another 'Data' Package

README

stringprep-hs

This Haskell library implements the algorithm "StringPrep" from RFC3454.

It is available on Hackage under the name "stringprep".


Simple usage looks something like:

import Text.StringPrep (runStringPrep)
import Text.StringPrep.Profiles (namePrepProfile)

namePreppedText = runStringPrep namePrepProfile yourText