List of Unicode methods
, and:
| Method | Description |
|---|---|
| UnicodeChar | The value at a specified position in the input string |
| UnicodeLeft | The left-most characters of the string |
| UnicodeLength | |
| UnicodePositionIn | The numeric position of one string within another |
| UnicodePositionOf | The numeric position of one string within another |
| UnicodeRegexMatch | |
| UnicodeRegexReplace | |
| UnicodeReplace | |
| UnicodeRight | The right-most characters of the string |
| UnicodeSubstring | Return a substring of the method object string |
| UnicodeToEbcdic | |
| UnicodeToLower | |
| UnicodeToUpper | |
| UnicodeToUtf16 | |
| UnicodeToUtf16Hex | |
| UnicodeToUtf8 | |
| UnicodeToUtf8Hex | |
| UnicodeUntranslatablePosition | |
| UnicodeWith |