property? ( char property -- ? )
Unicode data tables

Prev:char>name ( char -- name )
Next:category ( char -- category )


Vocabulary
unicode.data

Inputs
chara code point
propertya 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