List of Unicode methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
m (Automatically generated page update)
Line 1: Line 1:
<!-- This page was automatically generated and will be automatically
<!-- This page was automatically generated and will be automatically
     replaced, so any manual edits will be lost. You've been warned. -->
     replaced, so any manual edits will be lost. You've been warned. -->
{{Template:Method_list_header|class=Unicode}}
The following are the available Unicode class methods.
 
{{Template:Method list header|class=Unicode}}
, and:
, and:
*[[List of String methods]]
*[[List of String methods]]
Line 7: Line 9:
<table class="wikitable">
<table class="wikitable">
<tr><th>Method</th><th>Description</th></tr>
<tr><th>Method</th><th>Description</th></tr>
<tr><td>[[UnicodeChar (Unicode function)|UnicodeChar]]</td><td>The value at a specified position in the input string</td></tr>
<tr><td valign="top">[[UnicodeChar (Unicode function)|UnicodeChar]]</td><td valign="top">The value at a specified position in the input string</td></tr>
<tr><td>[[UnicodeLeft (Unicode function)|UnicodeLeft]]</td><td>The left-most characters of the string</td></tr>
<tr><td valign="top">[[UnicodeLeft (Unicode function)|UnicodeLeft]]</td><td valign="top">The left-most characters of the string</td></tr>
<tr><td>[[UnicodeLength (Unicode function)|UnicodeLength]]</td><td></td></tr>
<tr><td valign="top">[[UnicodeLength (Unicode function)|UnicodeLength]]</td><td valign="top">Length of this string</td></tr>
<tr><td>[[UnicodePositionIn (Unicode function)|UnicodePositionIn]]</td><td>The numeric position of one string within another</td></tr>
<tr><td valign="top">[[UnicodePositionIn (Unicode function)|UnicodePositionIn]]</td><td valign="top">The numeric position of one string within another</td></tr>
<tr><td>[[UnicodePositionOf (Unicode function)|UnicodePositionOf]]</td><td>The numeric position of one string within another</td></tr>
<tr><td valign="top">[[UnicodePositionOf (Unicode function)|UnicodePositionOf]]</td><td valign="top">The numeric position of one string within another</td></tr>
<tr><td>[[UnicodeRegexMatch (Unicode function)|UnicodeRegexMatch]]</td><td></td></tr>
<tr><td valign="top">[[UnicodeRegexMatch (Unicode function)|UnicodeRegexMatch]]</td><td valign="top"></td></tr>
<tr><td>[[UnicodeRegexReplace (Unicode function)|UnicodeRegexReplace]]</td><td></td></tr>
<tr><td valign="top">[[UnicodeRegexReplace (Unicode function)|UnicodeRegexReplace]]</td><td valign="top"></td></tr>
<tr><td>[[UnicodeReplace (Unicode function)|UnicodeReplace]]</td><td></td></tr>
<tr><td valign="top">[[UnicodeReplace (Unicode function)|UnicodeReplace]]</td><td valign="top">Apply the replacement table to this string</td></tr>
<tr><td>[[UnicodeRight (Unicode function)|UnicodeRight]]</td><td>The right-most characters of the string</td></tr>
<tr><td valign="top">[[UnicodeRight (Unicode function)|UnicodeRight]]</td><td valign="top">The right-most characters of the string</td></tr>
<tr><td>[[UnicodeSubstring (Unicode function)|UnicodeSubstring]]</td><td>Return a substring of the method object string</td></tr>
<tr><td valign="top">[[UnicodeSubstring (Unicode function)|UnicodeSubstring]]</td><td valign="top">Return a substring of the method object string</td></tr>
<tr><td>[[UnicodeToEbcdic (Unicode function)|UnicodeToEbcdic]]</td><td></td></tr>
<tr><td valign="top">[[UnicodeToEbcdic (Unicode function)|UnicodeToEbcdic]]</td><td valign="top">Translate to Ebcdic</td></tr>
<tr><td>[[UnicodeToLower (Unicode function)|UnicodeToLower]]</td><td></td></tr>
<tr><td valign="top">[[UnicodeToLower (Unicode function)|UnicodeToLower]]</td><td valign="top">Translate to lowercase</td></tr>
<tr><td>[[UnicodeToUpper (Unicode function)|UnicodeToUpper]]</td><td></td></tr>
<tr><td valign="top">[[UnicodeToUpper (Unicode function)|UnicodeToUpper]]</td><td valign="top">Translate to uppercase</td></tr>
<tr><td>[[UnicodeToUtf16 (Unicode function)|UnicodeToUtf16]]</td><td></td></tr>
<tr><td valign="top">[[UnicodeToUtf16 (Unicode function)|UnicodeToUtf16]]</td><td valign="top">Translate to UTF-16</td></tr>
<tr><td>[[UnicodeToUtf16Hex (Unicode function)|UnicodeToUtf16Hex]]</td><td></td></tr>
<tr><td valign="top">[[UnicodeToUtf16Hex (Unicode function)|UnicodeToUtf16Hex]]</td><td valign="top">Translate to hexadecimal UTF-16</td></tr>
<tr><td>[[UnicodeToUtf8 (Unicode function)|UnicodeToUtf8]]</td><td></td></tr>
<tr><td valign="top">[[UnicodeToUtf8 (Unicode function)|UnicodeToUtf8]]</td><td valign="top">Translate to UTF-8</td></tr>
<tr><td>[[UnicodeToUtf8Hex (Unicode function)|UnicodeToUtf8Hex]]</td><td></td></tr>
<tr><td valign="top">[[UnicodeToUtf8Hex (Unicode function)|UnicodeToUtf8Hex]]</td><td valign="top">Translate to hexadecimal UTF-8</td></tr>
<tr><td>[[UnicodeUntranslatablePosition (Unicode function)|UnicodeUntranslatablePosition]]</td><td></td></tr>
<tr><td valign="top">[[UnicodeUntranslatablePosition (Unicode function)|UnicodeUntranslatablePosition]]</td><td valign="top"></td></tr>
<tr><td>[[UnicodeWith (Unicode function)|UnicodeWith]]</td><td></td></tr>
<tr><td valign="top">[[UnicodeWith (Unicode function)|UnicodeWith]]</td><td valign="top">Catenate this unicode with another</td></tr>
</table>
</table>

Revision as of 15:54, 24 January 2011

The following are the available Unicode class methods.


, and:

MethodDescription
UnicodeCharThe value at a specified position in the input string
UnicodeLeftThe left-most characters of the string
UnicodeLengthLength of this string
UnicodePositionInThe numeric position of one string within another
UnicodePositionOfThe numeric position of one string within another
UnicodeRegexMatch
UnicodeRegexReplace
UnicodeReplaceApply the replacement table to this string
UnicodeRightThe right-most characters of the string
UnicodeSubstringReturn a substring of the method object string
UnicodeToEbcdicTranslate to Ebcdic
UnicodeToLowerTranslate to lowercase
UnicodeToUpperTranslate to uppercase
UnicodeToUtf16Translate to UTF-16
UnicodeToUtf16HexTranslate to hexadecimal UTF-16
UnicodeToUtf8Translate to UTF-8
UnicodeToUtf8HexTranslate to hexadecimal UTF-8
UnicodeUntranslatablePosition
UnicodeWithCatenate this unicode with another