List of Unicode methods

From m204wiki
Revision as of 12:31, 7 February 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
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
UnicodeToUtf8Translate to UTF-8
UnicodeTrimLeftTrim characters from left of string
UnicodeTrimRightTrim characters from right of string
UnicodeUntranslatablePosition
UnicodeWithCatenate this unicode with another

See also