stringprep-1.0.0: Implements the "StringPrep" algorithm

Safe HaskellNone

Text.StringPrep.Profiles

Description

Profiles as defined by various sources

Synopsis

Documentation

namePrepProfile :: Bool -> StringPrepProfileSource

Nameprep profile (RFC 3491)

saslPrepProfile :: Bool -> StringPrepProfileSource

SASLPrep profile (RFC 4013). The parameter determines whether unassigned charater are allowed (query behaviour) or disallowed (store)