List of Unicode methods: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (Automatically generated page update) |
||
Line 22: | Line 22: | ||
<tr><td valign="top">[[UnicodeToUtf8 (Unicode function)|UnicodeToUtf8]]</td><td valign="top">Translate to UTF-8</td></tr> | <tr><td valign="top">[[UnicodeToUtf8 (Unicode function)|UnicodeToUtf8]]</td><td valign="top">Translate to UTF-8</td></tr> | ||
<tr><td valign="top">[[UnicodeToUtf8Hex (Unicode function)|UnicodeToUtf8Hex]]</td><td valign="top">Translate to hexadecimal UTF-8</td></tr> | <tr><td valign="top">[[UnicodeToUtf8Hex (Unicode function)|UnicodeToUtf8Hex]]</td><td valign="top">Translate to hexadecimal UTF-8</td></tr> | ||
<tr><td valign="top">[[UnicodeTrimLeft (Unicode function)|UnicodeTrimLeft]]</td><td valign="top">Trim characters from left of string</td></tr> | |||
<tr><td valign="top">[[UnicodeTrimRight (Unicode function)|UnicodeTrimRight]]</td><td valign="top">Trim characters from right of string</td></tr> | |||
<tr><td valign="top">[[UnicodeUntranslatablePosition (Unicode function)|UnicodeUntranslatablePosition]]</td><td valign="top"></td></tr> | <tr><td valign="top">[[UnicodeUntranslatablePosition (Unicode function)|UnicodeUntranslatablePosition]]</td><td valign="top"></td></tr> | ||
<tr><td valign="top">[[UnicodeWith (Unicode function)|UnicodeWith]]</td><td valign="top">Catenate this unicode with another</td></tr> | <tr><td valign="top">[[UnicodeWith (Unicode function)|UnicodeWith]]</td><td valign="top">Catenate this unicode with another</td></tr> |
Revision as of 12:41, 5 February 2011
The following are the available Unicode class methods.
Method | Description |
---|---|
UnicodeChar | The value at a specified position in the input string |
UnicodeLeft | The left-most characters of the string |
UnicodeLength | Length of this string |
UnicodePositionIn | The numeric position of one string within another |
UnicodePositionOf | The numeric position of one string within another |
UnicodeRegexMatch | Position after match of regex |
UnicodeRegexReplace | Replace regex matche(s) |
UnicodeReplace | Apply the replacement table to this string |
UnicodeRight | The right-most characters of the string |
UnicodeSubstring | Return a substring of the method object string |
UnicodeToEbcdic | Translate to Ebcdic |
UnicodeToLower | Translate to lowercase |
UnicodeToUpper | Translate to uppercase |
UnicodeToUtf16 | Translate to UTF-16 |
UnicodeToUtf16Hex | Translate to hexadecimal UTF-16 |
UnicodeToUtf8 | Translate to UTF-8 |
UnicodeToUtf8Hex | Translate to hexadecimal UTF-8 |
UnicodeTrimLeft | Trim characters from left of string |
UnicodeTrimRight | Trim characters from right of string |
UnicodeUntranslatablePosition | |
UnicodeWith | Catenate this unicode with another |