UnicodeEQ, UnicodeNE, UnicodeLT, UnicodeLE, UnicodeGE and UnicodeGT (Unicode functions)

From m204wiki
Jump to navigation Jump to search

Compare unicode strings (Unicode class)

[Introduced in Sirius Mods 7.9]


These Unicode comparison methods are useful whenever you need to do Unicode comparisons and not EBCDIC or ASCII.

Syntax

%number = unicode:UnicodeEQ( comparand)

Syntax terms

%numbernumber
unicode A Unicode string.
comparand Unicode

Usage notes

Examples

if %dessert:unicodeEq('Apple π':u) then ...

See also