Data.Char - purescript-strings - Pursuit (original) (raw)

Pursuit

Help

Search for packages, types, and functions

Module

Package

purescript-strings

Repository

purescript/purescript-strings

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.Char

Data.Char.Gen

Data.String

Data.String.CaseInsensitive

Data.String.CodePoints

Data.String.CodeUnits

Data.String.Common

Data.String.Gen

Data.String.NonEmpty

Data.String.NonEmpty.CaseInsensitive

Data.String.NonEmpty.CodePoints

Data.String.NonEmpty.CodeUnits

Data.String.NonEmpty.Internal

Data.String.Pattern

Data.String.Regex

Data.String.Regex.Flags

Data.String.Regex.Unsafe

Data.String.Unsafe