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. -->
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}}
<table class="wikitable">
<table class="wikitable">

Revision as of 18:00, 31 January 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
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

See also