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

From m204wiki
Revision as of 20:16, 30 March 2012 by JAL2 (talk | contribs)
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 Unicode
comparand Unicode

Usage notes

Examples

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

See also