List of Unicode methods

From m204wiki
Revision as of 19:50, 26 January 2011 by Wiccan (talk | contribs) (Automatically generated page update)
Jump to navigation Jump to search

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