Category:Unicode methods
Unicode methods treat their method object as a string of type Unicode. Any value that is not a unicode value is automatically converted before it is acted on by the method. For more information about this conversion, see Implicit Unicode conversions.
Unicode strings can be printed by a simple User Language Print statement; they are implicitly converted to EBCDIC strings in this case.
See the list of Unicode Methods for a list of the methods along with brief descriptions.
See Notation conventions for methods for information about the conventions followed in the method descriptions.
Pages in category "Unicode methods"
The following 22 pages are in this category, out of 22 total.
U
- UnicodeAfter (Unicode function)
- UnicodeBefore (Unicode function)
- UnicodeChar (Unicode function)
- UnicodeEQ, UnicodeNE, UnicodeLT, UnicodeLE, UnicodeGE and UnicodeGT (Unicode functions)
- UnicodeLeft (Unicode function)
- UnicodeLength (Unicode function)
- UnicodePositionIn and UnicodePositionOf (Unicode functions)
- UnicodeRegexMatch (Unicode function)
- UnicodeRegexReplace (Unicode function)
- UnicodeReplace (Unicode function)
- UnicodeRight (Unicode function)
- UnicodeSubstring (Unicode function)
- UnicodeToEbcdic (Unicode function)
- UnicodeToUpper and UnicodeToLower (Unicode functions)
- UnicodeToUtf16 (Unicode function)
- UnicodeToUtf8 (Unicode function)
- UnicodeTrimLeft and UnicodeTrimRight (Unicode functions)
- UnicodeUnspace (Unicode function)
- UnicodeUntranslatablePosition (Unicode function)
- UnicodeUrlEncode and UnicodeFormUrlEncode (Unicode functions)
- UnicodeWith (Unicode function)