Data.Char - purescript-strings - Pursuit (original) (raw)
Search for packages, types, and functions
Module
Package
Repository
A type and functions for single characters.
#toCharCode Source
toCharCode :: Char -> Int
Returns the numeric Unicode value of the character.
#fromCharCode Source
fromCharCode :: Int -> Maybe Char
Constructs a character from the given Unicode numeric value.
Modules
Data.String.NonEmpty.CaseInsensitive
Data.String.NonEmpty.CodePoints