UnicodeEQ, UnicodeNE, UnicodeLT, UnicodeLE, UnicodeGE and UnicodeGT (Unicode functions): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
Line 11: Line 11:
<tr><th>%number</th><td>number</td></tr>
<tr><th>%number</th><td>number</td></tr>
<tr><th>unicode</th>
<tr><th>unicode</th>
<td>Unicode</td></tr>
<td>A <var>Unicode</var> string. </td></tr>
<tr><th>comparand</th>
<tr><th>comparand</th>
<td>Unicode</td></tr>
<td>Unicode</td></tr>

Revision as of 20:22, 30 March 2012

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 &pi;':u) then ...

See also