unicode-data-0.1.0.1: Access Unicode character database
Copyright(c) 2020 Composewell Technologies and Contributors
LicenseApache-2.0
Maintainerstreamly@composewell.com
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Unicode.Char.Case

Description

Case and case mapping related functions.

Synopsis

Documentation

isLower :: Char -> Bool Source #

Returns True for lower-case letters.

isLower c == Data.Char.isLower c

isUpper :: Char -> Bool Source #

Returns True for upper-case or title-case letters. Title case is used by a small number of letter ligatures like the single-character form of Lj.

isUpper c == Data.Char.isUpper c