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 10: Line 10:
<tr><td valign="top">[[UnicodePositionIn (Unicode function)|UnicodePositionIn]]</td><td valign="top">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 valign="top">[[UnicodePositionOf (Unicode function)|UnicodePositionOf]]</td><td valign="top">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 valign="top">[[UnicodeRegexMatch (Unicode function)|UnicodeRegexMatch]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[UnicodeRegexMatch (Unicode function)|UnicodeRegexMatch]]</td><td valign="top">Position after match of regex</td></tr>
<tr><td valign="top">[[UnicodeRegexReplace (Unicode function)|UnicodeRegexReplace]]</td><td valign="top"></td></tr>
<tr><td valign="top">[[UnicodeRegexReplace (Unicode function)|UnicodeRegexReplace]]</td><td valign="top">Replace regex matche(s)</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 valign="top">[[UnicodeReplace (Unicode function)|UnicodeReplace]]</td><td valign="top">Apply the replacement table to this 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 valign="top">[[UnicodeRight (Unicode function)|UnicodeRight]]</td><td valign="top">The right-most characters of the string</td></tr>

Revision as of 23:15, 2 February 2011

The following are the available Unicode class methods.

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
UnicodeRegexMatchPosition after match of regex
UnicodeRegexReplaceReplace regex matche(s)
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

See also