Handbook
Glossary
property? ( char property -- ? )
Unicode data tables
Prev:
char>name ( char -- name )
Next:
category ( char -- category )
Vocabulary
unicode
.
data
Inputs
char
a code point
property
a
string
Outputs
?
a
boolean
Word description
Tests whether the code point is listed under the given property in PropList.txt in the Unicode Character Database.
Definition
USING:
interval-sets
;
IN:
unicode.data
:
property?
( char property -- ? )
property
interval-in?
;
inline