List of Unicode methods
The following are the available Unicode class methods.
Method | Description |
---|---|
UnicodeChar | The value at a specified position in the input string |
UnicodeLeft | The left-most characters of the string |
UnicodeLength | Length of this string |
UnicodePositionIn | The numeric position of one string within another |
UnicodePositionOf | The numeric position of one string within another |
UnicodeRegexMatch | |
UnicodeRegexReplace | |
UnicodeReplace | Apply the replacement table to this string |
UnicodeRight | The right-most characters of the string |
UnicodeSubstring | Return a substring of the method object string |
UnicodeToEbcdic | Translate to Ebcdic |
UnicodeToLower | Translate to lowercase |
UnicodeToUpper | Translate to uppercase |
UnicodeToUtf16 | Translate to UTF-16 |
UnicodeToUtf16Hex | Translate to hexadecimal UTF-16 |
UnicodeToUtf8 | Translate to UTF-8 |
UnicodeToUtf8Hex | Translate to hexadecimal UTF-8 |
UnicodeUntranslatablePosition | |
UnicodeWith | Catenate this unicode with another |