List of Unicode methods: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (Automatically generated page update) |
||
Line 2: | Line 2: | ||
replaced, so any manual edits will be lost. You've been warned. --> | replaced, so any manual edits will be lost. You've been warned. --> | ||
The following are the available Unicode class methods. | The following are the available Unicode class methods. | ||
{{Template:Method list header|class=Unicode}} | {{Template:Method list header|class=Unicode}} | ||
, and: | , and: | ||
Line 28: | Line 27: | ||
<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> | ||
</table> | |||
==See also== | |||
<table class="list"><tr> | |||
<td valign="top"><ul style="margin-top:0px;"> | |||
<li>[[Float class]] | |||
<li>[[String class]] | |||
<li>[[Unicode class]] | |||
</ul></td> | |||
<td valign="top"><ul style="margin-top:0px;"> | |||
<li>[[List of Float methods]] | |||
<li>[[List of String methods]] | |||
<li>[[List of Intrinsic methods]] | |||
</ul></td> | |||
<td valign="top"><ul style="margin-top:0px;"> | |||
<li>[[Float methods syntax]] | |||
<li>[[String methods syntax]] | |||
<li>[[Unicode methods syntax]] | |||
</ul></td> | |||
</tr> | |||
</table> | </table> |
Revision as of 19:07, 26 January 2011
The following are the available Unicode class methods.
, and:
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 | |
UnicodeRegexReplace | |
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 |
UnicodeUntranslatablePosition | |
UnicodeWith | Catenate this unicode with another |