All Manuals > LispWorks User Guide and Reference Manual > 34 The LISPWORKS Package

NextPrevUpTopContentsIndex

unicode-lower-case-p

Function
Summary

Returns a value like cl:lower-case-p , but using specified Unicode rules.

Package

lispworks

Signature

unicode-lower-case-p char &key style => flag

Arguments

char

A character

style

A keyword

Values

flag

A generalized boolean

Description

The function unicode-lower-case-p returns flag as true if char is lowercase according to the Unicode rules specified by style .

The current implementation only supports one style:

:general-category

Use Unicode's "general category" for char .

See also

unicode-both-case-p
unicode-upper-case-p


LispWorks User Guide and Reference Manual - 21 Dec 2011

NextPrevUpTopContentsIndex