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

NextPrevUpTopContentsIndex

unicode-alphanumeric-p

Function
Summary

Returns a value like cl:alphanumericp, but using specified Unicode rules.

Package

lispworks

Signature

unicode-alphanumericp char &key style => flag

Arguments

char

A character

style

A keyword

Values

flag

A generalized boolean

Description

The function unicode-alphanumericp returns flag as true if char is alphanumeric according to the Unicode rules specified by style.

The current implementation only supports one style:

:general-category

Use the "general category" for char in Unicode 6.3.0.

See also

unicode-alpha-char-p
unicode-both-case-p


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex